I'm using windows..... can't find nothing on google.
also how can I delete & remove a file, without using a system call....
thanks
Last edited on
SetFileAttributes() to set file attributes, DeleteFile() to delete a file.
alright so and how do I use it?