Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a folder from within a reusable action.
#2
Not Solved
try this:

Code:
CreateFolderDemo()

Function CreateFolderDemo
   Dim fso, f
   Set fso = CreateObject("Scripting.FileSystemObject")
   Set f = fso.CreateFolder("c:\New Folder")  ' here put the path and name
   CreateFolderDemo = f.Path
End Function
Reply


Messages In This Thread
RE: Creating a folder from within a reusable action. - by frebuffi - 06-17-2013, 08:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help in creating dynamic object string using Childobjects Keshub Mathur 0 1,630 09-11-2017, 05:52 PM
Last Post: Keshub Mathur
  HAVING PROBLEM IN CREATING OBJECT OF TEST BATCH RUNNER mayankchauhan 0 3,453 04-04-2014, 05:29 PM
Last Post: mayankchauhan
  Adding a Visual ID - creating a function jcraig26 0 2,586 11-09-2012, 02:56 AM
Last Post: jcraig26
  Creating an array from an specific field in the recordset Arena 0 2,503 04-04-2012, 09:58 PM
Last Post: Arena
  about descriptiove programming and creating objects babukaturi 1 2,230 04-03-2012, 01:59 PM
Last Post: sshukla12

Forum Jump:


Users browsing this thread: 2 Guest(s)