FileOperationQueueRename(DirectoryInfo, String) Method
Queues a rename operation for a directory.
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 void QueueRename(
DirectoryInfo dir,
string newDirName
)
Public Sub QueueRename (
dir As DirectoryInfo,
newDirName As String
)
Dim instance As FileOperation
Dim dir As DirectoryInfo
Dim newDirName As String
instance.QueueRename(dir, newDirName)
public:
void QueueRename(
DirectoryInfo^ dir,
String^ newDirName
)
member QueueRename :
dir : DirectoryInfo *
newDirName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- dir DirectoryInfo
-
Directory to rename.
- newDirName String
-
Gives a new name for the directory.