tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
Go to the source code of this file.
Functions | |
enum run_result | run_del (const os_char *filename) |
Delete a specific file. | |
enum run_result run_del | ( | const os_char * | filename | ) |
Delete a specific file.
Definition at line 4 of file delete_file.c.
References delete_file(), RUN_FAILED, and RUN_OK.
Referenced by invoke_runner().