Here's a DLL that may come in handy.
Allows you to:
COPY a folder, it's sub-folders and files
MOVE a folder, it's sub-folders and files
DELETE a folder, it's sub-folders and files, with an option to send the files to the Recycle Bin
RENAME a folder
FOLDEREXIST
Also, send it the Path of a folder and it will undo the ReadOnly attributes of a folder, its sub-folders, and files
Here's a sample project
Allows you to:
COPY a folder, it's sub-folders and files
MOVE a folder, it's sub-folders and files
DELETE a folder, it's sub-folders and files, with an option to send the files to the Recycle Bin
RENAME a folder
FOLDEREXIST
Also, send it the Path of a folder and it will undo the ReadOnly attributes of a folder, its sub-folders, and files
Here's a sample project
Comment