append data permission

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i append data to end of some file when only 'append data' permission
on that file is set?
 
i've been testing it all January
one scenario:
file: x.txt
read, read&execute std. permissions
append data, write attributes, write ext. atributes special permissions
parrent folder: full control

i tried output redirection from cmd by " >> x.txt" - acces denied
and some c++ and c#.net functions for append data to file - without success
i realy dont konw how 'append data' permission works
any idea?

my system is XP SP2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top