Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic
how we create a folder using vb 6.0
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
veer
New Member
Join Date:
Jul 2007
Posts:
198
#1
how we create a folder using vb 6.0
May 17 '08, 09:41 AM
Hi
i want to create a folder in a particular location using vb 6.0 coding
please give some idea
best regards
varinder
anuragshrivastava64
New Member
Join Date:
Jan 2007
Posts:
66
#2
May 19 '08, 04:47 AM
Check Microsoft Scripting Runtime in references
Dim FSO As New FileSystemObjec t
FSO.CreateFolde r ("C:\ABC")
Comment
Post
Cancel
QVeen72
Recognized Expert
Top Contributor
Join Date:
Oct 2006
Posts:
1445
#3
May 20 '08, 07:20 AM
Hi,
Without FSO, you can use DOS commands also...:
MkDir "C:\MyFolderNam e"
Regards
Veena
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment