Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current directory is used by some Windows system commands. By default, the current directory is the Shogun the Shogun Post root directory.

Functional area

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 10%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Returns true if the operation was successful.

Examples

Code Block
languagetext
// Set the new working directory to be our temp folder.

...


boolean $wasSuccessful = `setDir "C:/Temp/"`;

...


print $wasSuccessful;