Package | com.adobe.csxs.types |
Class | public final class SystemPath |
CSXSInterface.getSystemPath()
method.
Constant | Defined by | ||
---|---|---|---|
APPLICATION : String = "application" [static] Identifies the path to hosting application's executable.
| SystemPath | ||
COMMON_FILES : String = "commonFiles" [static] Identifies the path to common files for Adobe applications.
| SystemPath | ||
MY_DOCUMENTS : String = "myDocuments" [static] Identifies the path to the user's default document folder.
| SystemPath | ||
USER_DATA : String = "userData" [static] Identifies the path to user data.
| SystemPath |
APPLICATION | constant |
public static const APPLICATION:String = "application"
Identifies the path to hosting application's executable.
COMMON_FILES | constant |
public static const COMMON_FILES:String = "commonFiles"
Identifies the path to common files for Adobe applications.
MY_DOCUMENTS | constant |
public static const MY_DOCUMENTS:String = "myDocuments"
Identifies the path to the user's default document folder.
USER_DATA | constant |
public static const USER_DATA:String = "userData"
Identifies the path to user data.