rm_path
-
Description: Remove a path/file.
-
Parameters:
- path (
path: Union[str, Path]
): The path/file to remove.
- path (
-
Example:
import docsaidkit as D
path = '/path/to/your/directory'
new_path = D.rm_path(path)
Description: Remove a path/file.
Parameters:
path: Union[str, Path]
): The path/file to remove.Example:
import docsaidkit as D
path = '/path/to/your/directory'
new_path = D.rm_path(path)