Function NnetRenDir() Foundation
Renames a subdirectory on a server volume.
NnetRenDir( <cOldPath> , ;
<cNewDirectoryName> ;
) --> lSuccess
Returns .T. when a subdurectory could be renamed.
<cOldPath>
A string containing the current name of the subdirectory to be renamed including full path (full qualified name).
<cNewDirectoryName>
A string containing the new name of the subdirectory without the path specification (excluding its parent directories).
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.