rm_path
-
Description: Removes a path/file.
-
Parameters
- path (
Union[str, Path]
): The path/file to be removed.
- path (
-
Example
import capybara as cb
path = '/path/to/your/directory'
new_path = cb.rm_path(path)
Description: Removes a path/file.
Parameters
Union[str, Path]
): The path/file to be removed.Example
import capybara as cb
path = '/path/to/your/directory'
new_path = cb.rm_path(path)