Cut, copy and paste options...
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to implement Cut,copy,paste for explorer items. I tried with SHFileOperation() But I didn't find a proper way for Cut and Paste. One more this how can I create a new folder? Could anyone please help me to solve this? Regards Neha
did you consider MoveFile(...) for cut n paste operation? Neha wrote: One more this how can I create a new folder? CreateDirectory(...)
This space is empty.
-
did you consider MoveFile(...) for cut n paste operation? Neha wrote: One more this how can I create a new folder? CreateDirectory(...)
This space is empty.