FileSystemInfo
Wisej.Hybrid.FileSystemInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides information about the file system directories relevant to the application.
public class FileSystemInfo : DeviceInfoBase
Access this class through the Info singleton.
Constructors
FileSystemInfo()

Initializes a new instance of the FileSystemInfo class.
Properties
AppDataDirectory

String: Gets the path to the application's data directory.
ApplicationData

String: Gets the path to the application data directory.
CacheDirectory

String: Gets the path to the application's cache directory.
CommonDocuments

String: Gets the path to the common documents directory.
Desktop

String: Gets the path to the desktop directory.
DesktopDirectory

String: Gets the path to the desktop directory.
LocalApplicationData

String: Gets the path to the local application data directory.
MyDocuments

String: Gets the path to the 'My Documents' directory.
Methods
OnWebUpdate(info)

Updates the file system directory information based on the data provided from a web source.
Last updated