Click or drag to resize
FileSupportRemoteFileExist Method
Check if a file exist on server

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool RemoteFileExist(
	Uri filename
)

Parameters

filename
Type: SystemUri
Uri of file to check

Return Value

Type: Boolean
True if exists; false otherwise
See Also