OpenNTF.org - Create Folder + Subfolder Func
    Advanced
   OpenNTF Code Bin
Edit Document Code By Date > Code Document
About This Code
Brief Description:
Create Folder + Subfolder Function 
Rating:
Not Rated Yet 
Contributor:
Bastian Wieczorek 
Category:
Lotusscript 
Type:
File I/O 
Document Release:
1.1 
Notes Version:
R6.x, R7.x 
Last Modified:
03 Sep 2007 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
With this function you can create all the folders (Windows OS) which are in a given string.


V1.1 Checks now if the folder exist. If it doesn´t the script will create it.

Usage / Example
Dim InputFolder As String
InputFolder = "C:\test001\1111\2222"

Call CreateFolderOnWindows(InputFolder,0)
Code Attachments
 Comments
Posted by Sivaram NV on 05/10/2008 02:11:51 PMFolder Creation In Web
HI
Is it possible to create a folder in web, based on readers and authors permission, if yes could you explain how it works
Posted by Sivaram NV on 05/22/2008 05:17:45 AMIs it possible to create a folder in web
HI
Any one can help me to create a folder on web interface ??
 Add your comment!