C
int FSchdir( char * path );
Description
Changes the current working directory to the ascii input path(PIC24/PIC32/dsPIC). The FSchdir function passes a RAM pointer to the path to the chdirhelper function.
Preconditions
None
Parameters
Parameters |
Description |
path |
The path of the directory to change to. |
Return Values
Side Effects
The current working directory may be changed. The FSerrno variable will be changed.
Remarks
None