cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Create a Folder
Create a Folder
Sep 14, 2011 at 5:19pm UTC
TexanMonkey
(55)
How do I create a new folder?
Sep 14, 2011 at 5:22pm UTC
Athar
(4466)
mkdir or _mkdir:
http://pubs.opengroup.org/onlinepubs/009695399/functions/mkdir.html
http://msdn.microsoft.com/de-de/library/2fkk4dzw%28v=vs.80%29.aspx
Sep 14, 2011 at 5:58pm UTC
TexanMonkey
(55)
Could you give me an example please?
Sep 14, 2011 at 6:00pm UTC
Athar
(4466)
...?
Both links have examples.
Sep 14, 2011 at 6:02pm UTC
TexanMonkey
(55)
S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH
are not declared
Sep 14, 2011 at 6:04pm UTC
TexanMonkey
(55)
srry I diden't see the examples
please help with the error above
Sep 14, 2011 at 7:05pm UTC
TexanMonkey
(55)
Nevermind I fixed it.
thanks.
Topic archived. No new replies allowed.