IHostManagementGetListFilesAsync Method
Gets a list of files in a folder asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<FileInfo>> GetListFilesAsync(
FilesFolderType folderType,
string subfolder = null
)
Function GetListFilesAsync (
folderType As FilesFolderType,
Optional subfolder As String = Nothing
) As Task(Of List(Of FileInfo))
- folderType FilesFolderType
- FilesFolderType with the folder type.
- subfolder String (Optional)
- Subfolder if it exists.
TaskListFileInfoList<
FileInfo>with the files information in the folder.