Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | image |
strippath | in | Strip off the path before the actual file name ? | |
Allowed: | Bool | ||
Default: | False |
This function returns the name of the image file By default, this function returns the full absolute path of the image file. You can strip this path off if you wish with the strippath argument and just recover the image file name itself.
- im := image('g1.app') - im.name(strippath=F) /DATA/ELARA_1/aips++/data/g1.app - im.name(strippath=T) g1.app