.NET Scriptable FTP Client

FileSystem.DirListing Method (String)

[This is preliminary documentation and subject to change.]

Method used to get a directory listing and return an arraylist of filenames

public ArrayList DirListing(
   string localdir
);

Parameters

localdir
Directory to grab listing for

Return Value

See Also

FileSystem Class | FTPController Namespace | FileSystem.DirListing Overload List