Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   CHANGE-DIR path

DESCRIPTION

Changes the current directory path.

CHANGE-DIR is a native value.

ARGUMENTS

  • path (file!)

#SOURCE

change-dir: make native! [  [
    "Changes the current directory path."
    path [file!]
] ]

Clone this wiki locally