Frnds it is something like a log file. .. . so that it cant be edited nor be deleted. . . Whenever a user logs to my applictaion, the log file is created/ appended with the login details. He shouldnot able to change the contents later .. .
Log file permission that i need to add -
*************************
REad - Eveyone
Write - Only thro my appln(working fine)
Delete - Only thro my appln(admin)
*//*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/
What 2 do???
Quote:
|
Originally Posted by it_waaznt_me
Make that file attributed as system file .. It wont be visible...
On the command prompt type this :
attrib +h +s yourfile {press enter}
Should work
|
tried that one but it will be just hidden .. "easily deletable" .. .