onepieceking
Well-known member
- Joined
- Sep 20, 2006
- Messages
- 64
- Programming Experience
- 1-3
Hi,
I wish to create a folder in the web server's computer on the click of a button.
When the user clicks the button, a folder (eg C:\ABC\Folder1) will be created.
I have thought of using DirectoryInfo.Create to create the folder, but will there be any permission problems? The folder has to be able to READ and WRITE because I will be adding, deleting and renaming files into this folder on the click of buttons also.
I wish to create a folder in the web server's computer on the click of a button.
When the user clicks the button, a folder (eg C:\ABC\Folder1) will be created.
I have thought of using DirectoryInfo.Create to create the folder, but will there be any permission problems? The folder has to be able to READ and WRITE because I will be adding, deleting and renaming files into this folder on the click of buttons also.