Difference between revisions of "ISInterface:GetScriptCWD"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
== See Also == | == See Also == | ||
* [[ISXDK:ISInterface|ISInterface]] | * [[ISXDK:ISInterface|ISInterface]] | ||
− | + | * [[ISInterface:GetCWD|GetCWD]] | |
+ | * [[ISInterface:SetRoot|SetRoot]] | ||
[[Category:ISXDK]] | [[Category:ISXDK]] | ||
[[Category:ISInterface]] | [[Category:ISInterface]] |
Revision as of 21:02, 2 September 2005
Purpose
Retrieves the current working directory for a given script
Usage
Parameters
- char *ScriptName
- Name of the script
- char *buffer
- Buffer to place the path in
- unsigned long buflen
- Size of the buffer
Return Value
- bool
- Returns true if the function succeeded. The function will fail if the specified script does not exist