Function NnetFSLst() Foundation

Retrieves names of visible file servers.

Syntax
NnetFSLst( [<cSearchServerName>] ;  // Default: "*"
         ) --> aServerList
Return

Returns a one dimensional array containing strings with names of visible file servers which match the search string. An empty array is returned in case of an error.

Description

The function is used to search for file server names that match the search condition <cSearchServerName>. This is a string which may contain wildcard characters like "*" or "?". It defaults to "*" which means that the names of all available file servers are returned in an array.

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.