Click or drag to resize

FileMoveRecursively Method

Moves files recursively.

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public static FWRetVal<int> MoveRecursively(
	string sourceDir,
	string targetDir,
	FileFilterType filterType = FileFilterType.None,
	string filter = null,
	bool overwrite = false
)

Parameters

sourceDir
Type: SystemString
The source directory.
targetDir
Type: SystemString
The target directory.
filterType (Optional)
Type: Koden.Utils.IOFileFilterType
Type of the filter.
filter (Optional)
Type: SystemString
The filter.
overwrite (Optional)
Type: SystemBoolean
overwrite? true or false

Return Value

Type: FWRetValInt32

[Missing <returns> documentation for "M:Koden.Utils.IO.File.MoveRecursively(System.String,System.String,Koden.Utils.IO.FileFilterType,System.String,System.Boolean)"]

See Also