Packagecom.adobe.csxs.types
Classpublic final class SystemPath

Static class stores operating-system-specific location constants for use in the CSXSInterface.getSystemPath() method.



Public Constants
 ConstantDefined 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
Constant detail
APPLICATIONconstant
public static const APPLICATION:String = "application"

Identifies the path to hosting application's executable.

COMMON_FILESconstant 
public static const COMMON_FILES:String = "commonFiles"

Identifies the path to common files for Adobe applications.

MY_DOCUMENTSconstant 
public static const MY_DOCUMENTS:String = "myDocuments"

Identifies the path to the user's default document folder.

USER_DATAconstant 
public static const USER_DATA:String = "userData"

Identifies the path to user data.