ConversionsGetNewFileName Method |
Compute a new name from a tentative name and a function that tests if a name exists.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static string GetNewFileName(
string tentativeName,
Func<string, bool> testNameFunc
)
Parameters
- tentativeName
- Type: SystemString
The tentative name. - testNameFunc
- Type: SystemFuncString, Boolean
The name check function.
Return Value
Type:
StringA string representing a new name.
Exceptions See Also