Re: Executing A Shell Script...
Re: Executing A Shell Script...
- Subject: Re: Executing A Shell Script...
- From: Andrew Pinski <email@hidden>
- Date: Fri, 30 Aug 2002 10:32:09 -0400
I do:
mkdir("dir/To/Make);
Look at mkdir(2)
one step and no need to launch a separate process and is safer because
you can see what the problem is by the return value.
Also to change the working directory I would use:
chdir("path/To/Change/To");
Look at chdir(2) from more information.
Thanks,
Andrew Pinski
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.