![]() |
Adobe Photoshop SDK |
|
Get Path Suite The Get Path suite gets the path from a file specification. More...
Detailed DescriptionThe Get Path suite gets the path from a file specification. The Get Path Suite is available in Adobe Photoshop 5.5 and later. Accessing the Suite #define kPSGetPathSuite "Photoshop GetPath Suite for Plug-ins"
The current version of the Get Path suite: #define kPSGetPathSuiteVersion1 1
The suite is acquired as follows: PSGetPathSuite1 *sPSGetPath; error = sSPBasic->AcquireSuite(kPSGetPathSuite, kPSGetPathSuiteVersion1, &sPSGetPath); if (error) goto . . . //handle error For PICA errors, see SPErrorCodes.h. Define Documentation
Unique identifier for the Get Path Suite.
Current version for the Get Path Suite.
Typedef Documentation
Gets the path name from the file specification.
|