Class DirectoryInfo
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
Represents directory information of the application.
public class DirectoryInfo
- Inheritance
-
DirectoryInfo
Properties
View SourceCache
Gets the absolute path to the application's cache directory, which is used to store temporary data of the application.
Declaration
public string Cache { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceData
Gets the absolute path to the application's data directory, which is used to store private data of the application.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceExpansionPackageResource
Gets the absolute path to the application's TEP(Tizen Expansion Package) directory. The resource files are delivered with the expansion package.
Declaration
public string ExpansionPackageResource { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceExternalCache
Gets the absolute path to the application's external cache directory, which is used to store temporary data of the application.
Declaration
public string ExternalCache { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceExternalData
Gets the absolute path to the application's external data directory, which is used to store data of the application.
Declaration
public string ExternalData { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceExternalSharedData
Gets the absolute path to the application's external shared data directory, which is used to share data with other applications.
Declaration
public string ExternalSharedData { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceResource
Gets the absolute path to the application resource directory. The resource files are delivered with the application package.
Declaration
public string Resource { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSharedData
Gets the absolute path to the application's shared data directory, which is used to share data with other applications.
Declaration
public string SharedData { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSharedResource
Gets the absolute path to the application's shared resource directory, which is used to share resources with other applications.
Declaration
public string SharedResource { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSharedTrusted
Gets the absolute path to the application's shared trusted directory, which is used to share data with a family of trusted applications.
Declaration
public string SharedTrusted { get; }
Property Value
Type | Description |
---|---|
String |