I'm working in a plugin SDK which has no means to get the Volume name of the volume in which the plugin is running - for file paths on the same volume it returns relative paths (/Applications/...). I need the volume name for fopen()/gzopen() for zlib support (/Volumes/VOLUMENAME/...). This is C++, XCode, PPC+UB.
How would I go about getting the volume name of the volume in question? As stated, nothing in the SDK will return the volume name of the starting volume when the other reference is on the same volume.
Thank you very much!
Robert
How would I go about getting the volume name of the volume in question? As stated, nothing in the SDK will return the volume name of the starting volume when the other reference is on the same volume.
Thank you very much!
Robert