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 »

Description

Renames a directory

 

Syntax

File_RenameDir(sOrgDirName, sNewDirName) As Boolean

 

Parameters

sOrgDirName (String)

Original directory name

sNewDirName (String)

New directory name


Example

VBScript
If bStatus Then bStatus = File_RenameDir("C:\CMS", "C:\CapaInstaller")

Scripting Guidelines

 

Related functions

File_RenameFile

  • No labels