microsoft.public.vb.general.discussion
Discussion:
create directory from VB6
(too old to reply)
Garry
2003-09-08 10:03:48 UTC
Permalink
How do I create a directory from VB6.
Garry
ShyDavid
2003-09-08 16:10:12 UTC
Permalink
perfect - thanks Steve.
Ain't the internet GREAT?! :-)
Example
Private Sub Command1_Click()
MkDir (App.Path & "\temp")
End Sub
--
Regards
Steven Burn
Ur I.T. Mate Group CEO
www.it-mate.co.uk
Post by Garry
How do I create a directory from VB6.
Garry
Continue reading on
narkive
:
Search results for
'create directory from VB6'
(Questions and Answers)
3
replies
VB how to scan Folders and Files and add them to a list?
started
2008-03-05 08:14:27 UTC
programming & design
4
replies
In Visual Basic, I am part way through a program, I need to get the file name and
directory
of a file.?
started
2007-10-14 04:50:47 UTC
programming & design
3
replies
(VB CODE) How to indicate application
directory
in visual basic?
started
2011-09-15 07:15:28 UTC
programming & design
3
replies
I have a VB net project that won't compile because the server it previously published to is...?
started
2010-04-01 09:32:24 UTC
programming & design
4
replies
How do you launch an exe file in VB without using its full address for like files that are in the same folder?
started
2008-08-31 21:45:49 UTC
programming & design
1 Reply
16 Views
Permalink to this page
Disable enhanced parsing
Thread Navigation
Garry
2003-09-08 10:03:48 UTC
ShyDavid
2003-09-08 16:10:12 UTC
Loading...