Project help
-
I am doing project in vc.I have created a directory and allocated space for that directory,right now i wanted to lock or restrict the directory .How it can be done
-
I am doing project in vc.I have created a directory and allocated space for that directory,right now i wanted to lock or restrict the directory .How it can be done
to lock the directory, use SetCurrentDirectory("c:\\folder"); and you can catch the state of file or dir by using FindFirstChangeNotification API series. Enjoy:rose: Anderson Sheen (exteide@gmail.com) The Extension IDE: http://www.exteide.com
-
to lock the directory, use SetCurrentDirectory("c:\\folder"); and you can catch the state of file or dir by using FindFirstChangeNotification API series. Enjoy:rose: Anderson Sheen (exteide@gmail.com) The Extension IDE: http://www.exteide.com
EXTEIDE wrote:
and you can catch the state of file or dir by using FindFirstChangeNotification API series.
Sorry to bug you Sir, How above statement relate to locking of Directory
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
to lock the directory, use SetCurrentDirectory("c:\\folder"); and you can catch the state of file or dir by using FindFirstChangeNotification API series. Enjoy:rose: Anderson Sheen (exteide@gmail.com) The Extension IDE: http://www.exteide.com
I have tryied the code but i cant able to lock the directory.Give me the code for me how to lock ok. Please help me:((