0
how to create folder
New Here
,
/t5/illustrator-discussions/how-to-create-folder/td-p/1252083
Jun 23, 2008
Jun 23, 2008
Copy link to clipboard
Copied
Hi im using illustrator 10.I need to create folder in C: using VC++ and to crete a file inside that folder..
Please some one help me with the code..
Its an urgent requirement..
Thanks in advance
Please some one help me with the code..
Its an urgent requirement..
Thanks in advance
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
Guide
,
/t5/illustrator-discussions/how-to-create-folder/m-p/1252084#M237624
Jun 23, 2008
Jun 23, 2008
Copy link to clipboard
Copied
Illustrator doesn't provide any functionality to do this; they mainly just provide a cross platform method by which you can manage file paths. After that, it's up to you to use standard IO calls or even OS-specific calls when necessary.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Enthusiast
,
LATEST
/t5/illustrator-discussions/how-to-create-folder/m-p/1252085#M237625
Apr 16, 2009
Apr 16, 2009
Copy link to clipboard
Copied
You could use Boost lib to do this.
it works fine.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

