Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: setting file's security to 'no delete' in code ? Pin
BillWoodruff28-Nov-14 14:11
professionalBillWoodruff28-Nov-14 14:11 
GeneralRe: setting file's security to 'no delete' in code ? Pin
Eddy Vluggen1-Dec-14 8:02
professionalEddy Vluggen1-Dec-14 8:02 
GeneralRe: setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 9:01
professionalManfred Rudolf Bihy1-Dec-14 9:01 
AnswerRe: setting file's security to 'no delete' in code ? Pin
Dave Kreskowiak28-Nov-14 10:24
mveDave Kreskowiak28-Nov-14 10:24 
GeneralRe: setting file's security to 'no delete' in code ? Pin
BillWoodruff28-Nov-14 14:12
professionalBillWoodruff28-Nov-14 14:12 
AnswerRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 2:02
professionalManfred Rudolf Bihy1-Dec-14 2:02 
AnswerRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 3:01
professionalManfred Rudolf Bihy1-Dec-14 3:01 
GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
BillWoodruff1-Dec-14 21:12
professionalBillWoodruff1-Dec-14 21:12 
Hi Manfred, thanks so much for taking the time to look into this. I am going to test your ideas later today.

This little adventure was "inspired" by a QA question from someone who wanted a FileSystemWatcher that would monitor file-deletes and instead of actually deleting the file move the file to a special folder. Of course, you get a FileSystemWatcher notification only after the event ... and no facility to cancel the event ... so I was playing with the idea that when the file is created it gets delete-denied, then when the attempt to delete is made I either get a notification of a 'delete or an file-error of some type, which I could trap: at that point I could move copy the file to the "deleted folder," and really delete the file in the folder being watched by the FileSystemWatcher.

cheers, Bill
«OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. »  Alan Kay's clarification on what he meant by the term "Object" in "Object-Oriented Programming."

GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy2-Dec-14 18:44
professionalManfred Rudolf Bihy2-Dec-14 18:44 
GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy3-Dec-14 21:17
professionalManfred Rudolf Bihy3-Dec-14 21:17 
QuestionWrite to Registry with Administrative Privileges Pin
Jassim Rahma28-Nov-14 1:36
Jassim Rahma28-Nov-14 1:36 
AnswerRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan28-Nov-14 2:50
mveRichard MacCutchan28-Nov-14 2:50 
AnswerRe: Write to Registry with Administrative Privileges Pin
Pete O'Hanlon28-Nov-14 3:17
mvePete O'Hanlon28-Nov-14 3:17 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma28-Nov-14 9:21
Jassim Rahma28-Nov-14 9:21 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan28-Nov-14 22:34
mveRichard MacCutchan28-Nov-14 22:34 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma29-Nov-14 4:57
Jassim Rahma29-Nov-14 4:57 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan29-Nov-14 5:02
mveRichard MacCutchan29-Nov-14 5:02 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma30-Nov-14 9:55
Jassim Rahma30-Nov-14 9:55 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan30-Nov-14 21:20
mveRichard MacCutchan30-Nov-14 21:20 
AnswerRe: Write to Registry with Administrative Privileges Pin
OriginalGriff28-Nov-14 3:44
mveOriginalGriff28-Nov-14 3:44 
AnswerRe: Write to Registry with Administrative Privileges Pin
jschell30-Nov-14 6:23
jschell30-Nov-14 6:23 
QuestionDisplayAttribute.Order in Derived class Pin
Gilbert Consellado27-Nov-14 21:52
professionalGilbert Consellado27-Nov-14 21:52 
AnswerRe: DisplayAttribute.Order in Derived class Pin
Pete O'Hanlon27-Nov-14 23:27
mvePete O'Hanlon27-Nov-14 23:27 
GeneralRe: DisplayAttribute.Order in Derived class Pin
Gilbert Consellado27-Nov-14 23:59
professionalGilbert Consellado27-Nov-14 23:59 
AnswerRe: DisplayAttribute.Order in Derived class Pin
Eddy Vluggen28-Nov-14 4:56
professionalEddy Vluggen28-Nov-14 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.