Hi,
I am new to acrobad sdk and I am not able to create an ASPathName for a new file(that doesn't exits) using its name.
ASFileSys nwSysFile = ASFileGetFileSysByName ( ASAtomFromString (nwfName )); | ||
nwFilePathName = ASFileSysCreatePathName (NULL, ASAtomFromString("Cstring"), nwSysFile, NULL); | ||
PDDocSave (myPDDoc, PDSaveCopy , nwFilePathName, ASGetDefaultFileSys () , NULL , NULL); |
Please let me know whether above code is correct, and please suggest me how I can proceed