Method summary
- __init__(self, value = '')
- __repr__(self)
- __str__(self)
- get(self)
- set(self, value)
- set_absolute(self, base_f_name)
- set_relative(self, base_f_name)
Methods
- __init__(self, value = '')
- __repr__(self)
- __str__(self)
- get(self)
Get the path.
- set(self, value)
Sets the value of the path.
- set_absolute(self, base_f_name)
Sets the absolute file name for the current relative file name with respect to the given base_f_name.
- set_relative(self, base_f_name)
Sets the path relative to base_f_name. Note that base_f_name and self.rel_pth should be valid file names correct on the current os. The set name is a file name that has a POSIX path.