Function NnetNxtFre() Foundation

Determines the next unused drive letter.

Syntax
NnetNxtFre( [<lDescendingSearch>] ;  // Default: .F.
          ) --> cNextFreeDriveLetter
Return

Returns the next unused drive letter or a null string if all drive letters are used. By default the function searches from A to Z. When .T. is passed to the function a descending search from Z to A is performed.

Description

NOTE: OS/2 does not support mapping of local drives. Unlike CA-Tools III this function skips local drives when searching.

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.