Namespace com.teracloud.streams.teda.file.path
Functions
- dirname(rstring): Returns the parent path for the path.
- entire(rstring): Returns the absolute and canonical path for the path.
- entire(rstring, rstring): Returns the absolute and canonical path for the path.
- extension(rstring): Returns the extension of a given file name prefixed with a period (.). In case a file does not have an extension, the function returns an empty string.
- filename(rstring): Returns the file name that is extracted from the path.
- stem(rstring): Returns the string before the period (.) in the file name.