FileSystemInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides information about the file system directories relevant to the application.
- C#
- VB.NET
public class FileSystemInfo : DeviceInfoBase
Public Class FileSystemInfo
Inherits 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.
| Parameter | Type | Description |
|---|---|---|
| info | Object | Dynamic object containing directory paths. |