Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.File_RenameDir(string source, string dest, bool overwrite = true)

Parameters

source

Source directory to rename

dest

Destination name of directory

overwrite

overwrite existing directory if exists (equals copytree and delete source)

Example

$cs.File_RenameDir("C:\Temp","C:\Temp2",$false)

returns nothing

  • No labels