ASFileAttachmentCreatePathName
void ASFileAttachmentCreatePathName(PDDoc pdDoc, ASText pathText, ASFileSys *fileSys, ASPathName *pathName)Creates an ASPathName corresponding 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 contain '.' as the final character. When '/' appears 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 "/" , NULL , or an empty string for pathText .
fileSys: ASFileSys *A pointer that will be filled by the function. This parameter provides the caller with the ASFileSys to 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 the ASPathName to use in conjunction with the specified file or folder.
Returns
void