Dear All . . . i would like to create a file (somthing like a log file) which cant be deleted ..
When a user logs into my application (done using VC++) the file is created / appended with the login details of the user . . .
Outside this file has to be read only alwayz . .
File permissions which has to be given are
-*-*-*-*--*--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*--*
Read - By everyone
Write - Only thro my appln
Delete - Only thro my appln
How can i do it .. .
plz help