Expand description
File operations wrapper ensuring all paths are validated with PathResolver
This module provides a centralized interface for all file operations,
ensuring that every path is validated through ricecoder_storage::PathResolver
before any file system operation is performed.
CRITICAL: All file operations MUST use PathResolver for path validation. No hardcoded paths are permitted.
Structsยง
- File
Operations - File operations wrapper ensuring PathResolver validation