Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to create folder

New Here ,
Jun 23, 2008 Jun 23, 2008
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
TOPICS
SDK
776
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Guide ,
Jun 23, 2008 Jun 23, 2008
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 16, 2009 Apr 16, 2009
LATEST

You could use Boost lib to do this.

it works fine.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines