CImage:Path
The Path method returns as a string the full pathname for the image attached to the CImage.
sPath = CImage:Path() sPath = CImage:Path( nMaxChars ) |
Suppose a CImage object I is attached to an image. Then
|
-- Create a new CImage |
|
-- print all characters in the pathname. |
|
-- print, at most, 50 characters |