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..
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.