IHostManagementDeleteFileAsync Method
Delete the file from the folder asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task DeleteFileAsync(
FilesFolderType folderType,
string subfolder,
string fileName
)
Function DeleteFileAsync (
folderType As FilesFolderType,
subfolder As String,
fileName As String
) As Task
- folderType FilesFolderType
- FilesFolderType with the folder type.
- subfolder String
- Subfolder if it exists.
- fileName String
- Nameof the file.
TaskA task representing the asynchronous operation.