io.c: Add Remove_directory() and Remove_path()
Also implement WIN32 version of File_length()
This commit is contained in:
@@ -1941,5 +1941,5 @@ void Remove_file(T_IO_Context *context)
|
||||
|
||||
Get_full_filename(filename, context->File_name, context->File_directory);
|
||||
|
||||
remove(filename);
|
||||
Remove_path(filename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user