|
FtpDirectoryFindFile Method
|
Finds matching file name in directory.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax function FindFile(fileName);
View SourceParameters
- fileName String
- FileName to find in directory.
Return Value
FtpFileFile reference, if found, otherwise null if file is not found.
See Also