Members
(constant) DESKTOP_DIR :string
Pass
crdtes.DESKTOP_DIR into crdtes.getDir() to get the path of the user's Desktop folder.
- Source:
Type:
-
string
(constant) DOCUMENTS_DIR :string
Pass
crdtes.DOCUMENTS_DIR into crdtes.getDir() to get the path of the user's Documents folder.
- Source:
Type:
-
string
(constant) HOME_DIR :string
Pass
crdtes.HOME_DIR into crdtes.getDir() to get the path of the user's home folder.
- Source:
Type:
-
string
(constant) LOG_DIR :string
Pass
crdtes.LOG_DIR into crdtes.getDir() to get the path of the Tightener logging folder.
- Source:
Type:
-
string
(constant) LOG_LEVEL_ERROR :number
Setting log level to
except for errors.
crdtes.LOG_LEVEL_ERROR causes all log output to be suppressed,except for errors.
- Source:
Type:
-
number
(constant) LOG_LEVEL_NOTE :number
Setting log level to
except for errors, warnings and notes.
crdtes.LOG_LEVEL_NOTE causes all log output to be suppressed,except for errors, warnings and notes.
- Source:
Type:
-
number
(constant) LOG_LEVEL_OFF :number
Setting log level to
crdtes.LOG_LEVEL_OFF causes all log output to be suppressed.
- Source:
Type:
-
number
(constant) LOG_LEVEL_TRACE :number
Setting log level to
crdtes.LOG_LEVEL_TRACE causes all log output to be output.
- Source:
Type:
-
number
(constant) LOG_LEVEL_WARNING :number
Setting log level to
except for errors and warnings.
crdtes.LOG_LEVEL_WARNING causes all log output to be suppressed,except for errors and warnings.
- Source:
Type:
-
number
(constant) SYSTEMDATA_DIR :string
Pass
(
crdtes.SYSTEMDATA_DIR into crdtes.getDir() to get the path of the system data folder(
%PROGRAMDATA% or /Library/Application Support).
- Source:
Type:
-
string
(constant) TMP_DIR :string
Pass
crdtes.TMP_DIR into crdtes.getDir() to get the path of the temporary folder.
- Source:
Type:
-
string
(constant) TQL_SCOPE_NAME_DEFAULT :string
The Tightener daemon provides persistent named scopes (similar to persistent ExtendScript engines).
When executing multiple TQL scripts in succession a named scope will retain any globals that
were defined by a previous script.
When executing multiple TQL scripts in succession a named scope will retain any globals that
were defined by a previous script.
- Source:
Type:
-
string
(constant) USERDATA_DIR :string
Pass
(
crdtes.USERDATA_DIR into crdtes.getDir() to get the path to the user data folder(
%APPDATA% or ~/Library/Application Support).
- Source:
Type:
-
string