ino Posted March 29, 2007 Posted March 29, 2007 How to create empty Folder with VB Script in: Disk/Applications/ FileMakerPro8.5Advanced/ ? Thanks in advance Zagino
Genx Posted March 29, 2007 Posted March 29, 2007 Dim objFSO objFSO=CreateObject("Scripting.FileSystemObject") objFSO.CreateFolder("C:Program FilesFileMaker Pro8.5 AdvancednewFolder") Set objFSO=Nothing
Recommended Posts
This topic is 6492 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now