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

Initializes a new instance of the FileSystemInfo class.

Properties

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

String: Gets the path to the application data directory.

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

String: Gets the path to the common documents directory.

String: Gets the path to the desktop directory.

String: Gets the path to the desktop directory.

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

String: Gets the path to the 'My Documents' directory.

Methods

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

ParameterTypeDescription

info

Dynamic object containing directory paths.

Last updated