Click or drag to resize
FileExists Method
Determines whether the specified file exists.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public override bool Exists(
	string path
)

Parameters

path
Type: SystemString
Path to file.

Return Value

Type: Boolean
See Also