IHostManagementGetFileInfoAsync Method

Get file information from a folder asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<FileInfo> GetFileInfoAsync(
	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

TaskFileInfo
FileInfo with the file infomration in the folder.

See Also