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_RenameFile(string source, string dest, bool overwrite = true)

Parameters

source

Source file to rename

dest

Destination name of file

overwrite

overwrite existing file if exists

Example

$cs.File_RenameFile("C:\Temp\dummy.txt","C:\Temp\moredummy.txt",$true)

returns nothing

  • No labels