¿Qué hace FileName = Path (archivo)? STST PYTHON
from pathlib import Path
Path('/root/dir/sub/file.ext').stem
# returns 'file'
Agreeable Alpaca
from pathlib import Path
Path('/root/dir/sub/file.ext').stem
# returns 'file'