IHostManagementGetFileInfoAsync Method
Get file information from a folder asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<FileInfo> GetFileInfoAsync(
FilesFolderType folderType,
string subfolder,
string fileName
)
Function GetFileInfoAsync (
folderType As FilesFolderType,
subfolder As String,
fileName As String
) As Task(Of FileInfo)
- folderType FilesFolderType
- FilesFolderType with the folder type.
- subfolder String
- Subfolder if it exists.
- fileName String
- Nameof the file.
TaskFileInfoFileInfo with the file infomration in the folder.