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]