File.ListFilesAsync Method

Definition

Overloads

ListFilesAsync()
ListFilesAsync(IFileFilter)
ListFilesAsync(IFilenameFilter)

ListFilesAsync()

public System.Threading.Tasks.Task<Java.IO.File[]?> ListFilesAsync ();
member this.ListFilesAsync : unit -> System.Threading.Tasks.Task<Java.IO.File[]>

Returns

Task<File[]>

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ListFilesAsync(IFileFilter)

public System.Threading.Tasks.Task<Java.IO.File[]?> ListFilesAsync (Java.IO.IFileFilter? filter);
member this.ListFilesAsync : Java.IO.IFileFilter -> System.Threading.Tasks.Task<Java.IO.File[]>

Parameters

filter
IFileFilter

Returns

Task<File[]>

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ListFilesAsync(IFilenameFilter)

public System.Threading.Tasks.Task<Java.IO.File[]?> ListFilesAsync (Java.IO.IFilenameFilter? filter);
member this.ListFilesAsync : Java.IO.IFilenameFilter -> System.Threading.Tasks.Task<Java.IO.File[]>

Parameters

Returns

Task<File[]>

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to