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

new topic     » topic index » view message » categorize

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/

new topic     » goto parent     » topic index » view message » categorize

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

new topic     » goto parent     » topic index » view message » categorize

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu