This wiki is out of date, use the continuation of this wiki instead

Cd

From FenixWiki

Revision as of 14:59, 19 April 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


See also VOID CD( <STRING folder> )

Definition

STRING CD ( )

Returns the current path of execution.

Returns

STRING : The current path of execution.

Example

Program example;
Begin

    say(CD());
    ChDir("..");
    say(CD());

    Loop
        frame;
    End

End

Used in example: chdir(), say()

Personal tools