|
-
May 12th, 2008, 10:11 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] making folder
I realise I have been post this thread but I can't find my old thread using search button. How I can make new directory using VB?
-
May 12th, 2008, 10:15 AM
#2
Re: making folder
To create on folder (without subfolders) use MkDir function - you will still need to check if it exsits first.
There is more robust api way but this will get you started.
-
May 12th, 2008, 10:20 AM
#3
Thread Starter
Frenzied Member
Re: making folder
Do I need the API to use this function?
MkDir "C:\Project"
-
May 12th, 2008, 10:30 AM
#4
Re: making folder
As always best way to find out is actually run it. But read my previous post once again.
-
May 12th, 2008, 10:42 AM
#5
Thread Starter
Frenzied Member
Re: making folder
Ok.. I work.. How do I set this function is nothing once I not used it..
-
May 12th, 2008, 11:12 AM
#6
Re: making folder
I'm afraid I don't understand what you mean. Sorry.
-
May 12th, 2008, 11:15 AM
#7
Thread Starter
Frenzied Member
Re: making folder
Never mind..
I thought I can do something like this
Set MkDir = nothing
-
May 12th, 2008, 11:18 AM
#8
Re: [RESOLVED] making folder
MkDir (just any other function/statement) is not a variable so you cannot really reset it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|