Name | FTPit_LocalChangeDir |
---|
Description | This function changes the “current” local directory to the path that you specify.
|
---|
Return Type | Text |
---|
Format | FTPit_LocalChangeDir ( Dir ) |
---|
Required Parameters | Dir The Local Directory to Change to. (Can be a Full Path, a Relative Path, or a Directory Name in the Current Local Directory.)
|
---|
Examples | - Example 1
Changes the current local directory to c:\myfiles FTPit_LocalChangeDir( "c:\myfiles")
- Example 2
Changes the current local directory to Macintosh HD/myfiles FTPit_LocalChangeDir( "/Macintosh HD/myfiles")
|
---|