|
|
|
|
| Function | my_mkdir |
| Include file | MY_DIR.H |
| Prototype | void my_mkdir( char *path ) |
| Remarks | A wrapped version of mkdir. Will jump to local_exit() unless GLOBAL var return_from_lib_error == TRUE. |
![]()
| Function | my_chdir |
| Include file | MY_DIR.H |
| Prototype | void my_chdir( char *dir_str ) |
| Remarks | A wrapped version of chdir. Will jump to local_exit() unless GLOBAL var return_from_lib_error == TRUE. |
![]()
| Function | my_rmdir |
| Include file | MY_DIR.H |
| Prototype | void my_rmdir( char *dir_str ) |
| Remarks | A wrapped version of rmdir. Will jump to local_exit() unless GLOBAL var return_from_lib_error == TRUE. |
![]()
![]()