FileSystemFileOrDirectory Method AndroidLib - Beatsleigher Edition
Gets a ListingType indicating is the requested location is a File or Directory

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public ListingType FileOrDirectory(
	string location
)

Parameters

location
Type: SystemString
Path of requested location on device

Return Value

Type: ListingType
See ListingType
Remarks

Requires a device containing BusyBox for now, returns ListingType.ERROR if not installed.

Returns ListingType.NONE if file/Directory does not exist

See Also

Reference