Skip to content

IUploadStorage.FileExists method

Returns if a file at path exists.

public bool FileExists(string path)
parameter description
path File path

Return Value

true if the file exists; otherwise, false.

See Also