cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

JMP Knowledge Base

Choose Language Hide Translation Bar
The Rename Directory() function might fail to rename directories on network drives

Using the Rename Directory() function to change the name of a file system directory might return 0 when you attempt to rename a directory that is found on a network drive.

To work around the issue, use the Move Directory() function, which can work for both local and network drives.  Here is an example:

rc1 = Move Directory( "$TEMP/Loss Function Templates", "$TEMP/subB" );

 

 

[Previously JMP Note 68195]

Details
Operating System
macOS Windows
Reported Version
16.0
Fixed Version
16.2
Products JMP JMP Pro

Recommended Articles