fsDirChange (Function) |
Top Previous Next |
This function changes the working directory and/or the current media. To change the media, insert the drive in the path.
Note: the change will only take effect for the calling thread. The working directory for all other threads is not changed.
Input: path : STRING Path of the new directory. Both absolute and relative paths are allowed.
Returns: INT
Declaration: FUNCTION fsDirChange : INT;
Example: INCLUDE rtcu.inc |