Function NnetRenDir() Foundation

Renames a subdirectory on a server volume.

Syntax
NnetRenDir( <cOldPath>          , ;
            <cNewDirectoryName>   ;
          ) --> lSuccess
Return

Returns .T. when a subdurectory could be renamed.

Description

<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).

Feedback

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.