public bool FileExists(
string filepath
)
Public Function FileExists (
filepath As String
) As Boolean
Dim instance As Client
Dim filepath As String
Dim returnValue As Boolean
returnValue = instance.FileExists(filepath)
public:
bool FileExists(
String^ filepath
)
member FileExists :
filepath : string -> bool
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.FileExists(System.String)"]