system mkdir
Eric Blake
eblake@redhat.com
Tue Nov 29 00:06:00 GMT 2011
On 11/28/2011 01:33 PM, Christopher Faylor wrote:
>> ?But can't find anything that will programatically create a directory
>> under Cygwin.
>>>> ?Does anyone know how to do this?
>> Yes. Use the mkdir() function. That is, in fact, very similar to how it
> should be done in Visual Studio too.
For a temporary directory, mkdtemp() might be better than mkdir(); but
either way, you still have to use rmdir() to clean up after you are done.
--
Eric Blake eblake@redhat.com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20111129/cab7190b/attachment.sig>
More information about the Cygwin
mailing list