1. Create Folder?
		
		
I know how to automatically create a .txt file (I want to write to) ,if it 
dosen't exist.
Can I do this with a folder? How?
Don Cole
SF
		
	 
	
		
		2. Re: Create Folder?
		
		
don cole wrote:
> 
> I know how to automatically create a .txt file (I want to write to) ,if it 
> dosen't exist.
> 
> Can I do this with a folder? How?
You've got to tell us what OS you're using, if you're using Win32Lib or not,
etc... :)
-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/
		
	 
	
		
		3. Re: Create Folder?
		
		
don cole wrote:
> 
> I know how to automatically create a .txt file (I want to write to) ,if it 
> dosen't exist.
> 
> Can I do this with a folder? How?
system( "mkdir folder_name", 2 )
Matt Lewis
		
	 
	
		
		4. Re: Create Folder?
		
		
On 16 Dec 2004, at 7:50, Matt Lewis wrote:
> 
> 
> posted by: Matt Lewis <matthewwalkerlewis at yahoo.com>
> 
> don cole wrote:
> > 
> > I know how to automatically create a .txt file (I want to write to) ,if it
> > dosen't exist.
> > 
> > Can I do this with a folder? How?
> 
> system( "mkdir folder_name", 2 )
I had a neat little include file on TiggrBox.Info that made path/folders if they
didn't already exist, and it was tested on dos, nix, and windows. I don't know 
where it is anymore, but someone else might have it.
Kat