IHostManagementDeleteFileAsync Method

Delete the file from the folder asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteFileAsync(
	FilesFolderType folderType,
	string subfolder,
	string fileName
)

Parameters

folderType  FilesFolderType
FilesFolderType with the folder type.
subfolder  String
Subfolder if it exists.
fileName  String
Nameof the file.

Return Value

Task
A task representing the asynchronous operation.

See Also