Skip to main content

FileSystemInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides information about the file system directories relevant to the application.

public class FileSystemInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Instance memberFileSystemInfo()

Initializes a new instance of the FileSystemInfo class.

Properties

Instance memberAppDataDirectory

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

Instance memberApplicationData

String: Gets the path to the application data directory.

Instance memberCacheDirectory

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

Instance memberCommonDocuments

String: Gets the path to the common documents directory.

Instance memberDesktop

String: Gets the path to the desktop directory.

Instance memberDesktopDirectory

String: Gets the path to the desktop directory.

Instance memberLocalApplicationData

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

Instance memberMyDocuments

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

Methods

Instance memberOnWebUpdate(info)

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

ParameterTypeDescription
infoObjectDynamic object containing directory paths.