SetCurrentDir
Description: |
baSetCurrentDir sets the current directory. |
Platforms: |
Windows |
Usage: |
Result = baSetCurrentDir( Dir ) |
Arguments: |
String. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
This function is useful when running external programs using the
baRunProgram function. Some programs, particularly DOS ones, require the current directory to be set first. The current directory can be retrieved using the
baSysFolder function. |
See also: |
SysFolder |