ASFileAttachmentCreatePathName
void ASFileAttachmentCreatePathName(PDDoc pdDoc, ASText pathText, ASFileSys *fileSys, ASPathName *pathName)Creates ancorresponding to the specified file or folder in the collection.
Parameters
pdDoc: PDDocThe document containing the specified file or folder.
pathText: ASTextThe text-based representation of the path. The path consists of a file name or sequence of file names. A file name may not contain any of the characters, and may not containas the final character. Whenappears in a path, it signifies that the preceding file name is a folder, and that the subsequent file name is a child of that folder. The root of a collection may be identified by passing,, or an empty string for.
fileSys: ASFileSys *A pointer that will be filled by the function. This parameter provides the caller with theto use in conjunction with the specified file or folder.
pathName: ASPathName *A pointer that will be filled by the function. This parameter provides the caller with theto use in conjunction with the specified file or folder.
Returns
void