UtilFileRenameIncremental Method
Renames all the files of a directory, by enumerating them.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void RenameIncremental(
string directoryPath,
int zeroCount = 0
)
Public Shared Sub RenameIncremental (
directoryPath As String,
Optional zeroCount As Integer = 0
)
Dim directoryPath As String
Dim zeroCount As Integer
UtilFile.RenameIncremental(directoryPath,
zeroCount)
public:
static void RenameIncremental(
String^ directoryPath,
int zeroCount = 0
)
static member RenameIncremental :
directoryPath : string *
?zeroCount : int
(* Defaults:
let _zeroCount = defaultArg zeroCount 0
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- directoryPath String
-
The directory path.
- zeroCount Int32 (Optional)
-
The zeros amount to enumerate the files.
If the value is 0, the zeros will fit the best amount.
This is a code example.
No code example is currently available or this language may not be supported.
RenameIncremental("C:\Directory\", zeroCount:=4)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.