io.c: Add Remove_directory() and Remove_path()

Also implement WIN32 version of File_length()
This commit is contained in:
Thomas Bernard
2018-02-20 15:34:05 +01:00
parent 60beebc9ac
commit 854d787e59
4 changed files with 69 additions and 16 deletions

View File

@@ -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);
}