When I want to set disk label, I need to create empty file with atrribute FA_VOLUME, for example:
Code: Select all
Fcreate( "D:\\GAMES" , FA_VOLUME );
I can't delete file with that attribute - I get error message "path not found".
There's not possible to create file with empty name. I also can't change attributes of existing file, to delete it like a normal one.
How to do this?