UtilFileRenameIncremental Method

Renames all the files of a directory, by enumerating them.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: 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
)

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.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Exceptions

ArgumentException

See Also