//! Path utilities for cross-platform compatibility.
use ;
/// Normalize a path for the current platform.
/// Check if a path exists and is a file.
/// Check if a path exists and is a directory.
/// Ensure a directory exists, creating it if necessary.
/// Read a file to string safely.
/// Write a string to a file safely.