restricting deletion on local drives

S

sumit

i am trying to restrict deletion on local hard drives i have expertise
in c, c++, and delphi if the solution can be found on any of the above
languages plz inform me.
 
P

Pete

sumit said:
i am trying to restrict deletion on local hard drives i have expertise
in c, c++, and delphi if the solution can be found on any of the above
languages plz inform me.

C and Delphi are completly OT here.
Also, C++ has no concept of "drives", or "deletion", so please ask in a
group dedicated to your platform.

Please read the FAQ before posting again:
http://www.parashift.com/c++-faq-lite/).


- Pete
 
K

Kevin Goodsell

Pete said:
C and Delphi are completly OT here.
Also, C++ has no concept of "drives", or "deletion",

Well, it does have the remove(const char *) function for deleting a file.

But there is no reasonable, topical answer to the OP's question.

-Kevin
 
P

Pete

Kevin Goodsell wrote:
Well, it does have the remove(const char *) function for deleting a
file.

Wow, I was able to miss that and use platform specific removal functions for
quite a while! :S

- Pete
<snip>
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top