locked
Log File RRS feed

  • Question

  • 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

    Tuesday, May 29, 2007 5:21 AM

All replies

  • try creating a text file and add permissions of R-W
    Tuesday, May 29, 2007 7:13 AM
  • But i want to give Read permission, so that they can see the contents in Explorer
    Tuesday, May 29, 2007 7:43 AM