cf.List.del_file_location¶
-
List.
del_file_location
(location)[source]¶ Remove a file location in-place.
All data definitions that reference files will have references to files in the given location removed from them.
New in version 3.15.0.
See also
- Parameters
- location:
str
The file location to remove.
- location:
- Returns
str
The removed location as an absolute path with no trailing path name component separator.
Examples
>>> f.del_file_location('/data/model/') '/data/model'