Difference between revisions of "ISInterface:GetCWD"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
+ | Retrieves the current working directory for LavishScript, using the currently executing script's current working directory if called during script execution phase | ||
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
+ | ''none'' | ||
=== Return Value === | === Return Value === | ||
+ | *char * | ||
+ | : Pointer to the current working directory | ||
== Examples == | == Examples == |
Revision as of 02:21, 23 July 2005
Purpose
Retrieves the current working directory for LavishScript, using the currently executing script's current working directory if called during script execution phase
Usage
Parameters
none
Return Value
- char *
- Pointer to the current working directory