analyze_file_paths
Detect cross-platform file path issues by analyzing case sensitivity, path separators, and Windows reserved names to ensure compatibility across Windows, macOS, and Linux.
Instructions
Analyze file system paths for cross-platform compatibility issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| checkSeparators | No | Check path separator usage | |
| checkReservedNames | No | Check for Windows reserved names | |
| checkCaseSensitivity | No | Check for case sensitivity issues |