| |||
Home > DS-5 Debugger commands > General syntax and usage of DS-5 Debugger commands > Using special characters and environment variables in paths |
When specifying paths, you can use any of the following:
a tilde character (~) at the start of a path to refer to your home directory
an environment variable, for example:
%LOG_DIRECTORY%
${LOG_DIRECTORY}
$LOG_DIRECTORY
a backslash (\) or forward slash (/) as a directory separator.