 | FileSupportRemoteFileExist Method |
Check if a file exist on server
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool RemoteFileExist(
Uri filename
)
Public Shared Function RemoteFileExist (
filename As Uri
) As Boolean
Parameters
- filename
- Type: SystemUri
Uri of file to check
Return Value
Type:
BooleanTrue if exists; false otherwise
See Also