Deletes the specified file. An exception is not thrown if the specified file does not exist.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax public override void Delete(
string path
)
Parameters
- path
- Type: SystemString
Path to file
Exceptions Exception | Condition |
---|
ArgumentNullException | path is null |
ArgumentException | path is empty or contains invalid characters |
PathTooLongException | path is too long |
See Also