Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

core.operations.file_ops

Small path/filename helpers safe across Windows, Linux, and macOS.

API

  • sanitize_filename() — strip invalid characters, reserved Windows names, and overlong paths (default max 200).

Tests

../../tests/test_file_ops.py