Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple way to check for and create a directory in VB
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00564166
Message ID:
00564228
Views:
16
>
>You can also use the FileSystemObject object:
>
Set FSO = New Scripting.FileSystemObject
>If Not FSO.FolderExists("c:\mypath") Then
>   FSO.CreateFolder "C:\mypath"
>End If
>You need to add a reference to MS Scripting Runtime. HTH

That looks like a nice, simple approach that will suite my needs. Thanks.
Al Williams

Anola MB, CANADA
Previous
Reply
Map
View

Click here to load this message in the networking platform