Function NnetNxtFre() Foundation
Determines the next unused drive letter.
NnetNxtFre( [<lDescendingSearch>] ; // Default: .F.
) --> cNextFreeDriveLetter
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.
NOTE: OS/2 does not support mapping of local drives. Unlike CA-Tools III this function skips local drives when searching.
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.