Industry Online Support
Technical Forum
12/11/2007 3:08 PM | |
Posts: 10 Rating:
|
Hello, i want to create a folder by using VBScript or C-Script. Can you help me about my problem. Thank you |
12/12/2007 1:30 PM | |
Posts: 10 Rating:
|
|
12/12/2007 8:25 PM | |
Posts: 1084 Rating:
|
[code] If Not fso.FolderExists("C:\folder\") Then Exit Function End If [/code] |
Follow us on