1. Analyze a Windows Absolute Path
Background
A developer is troubleshooting a script that fails to locate a file on a Windows system.
Problem
The script cannot parse the path 'C:\Users\John\Documents\report.txt' correctly.
How to use
Enter the path into the Path Analyzer with showDetailed enabled.
normalizePlatform: 'auto', showDetailed: trueOutcome
The tool identifies it as a Windows absolute path, extracts root 'C:', directory '\Users\John\Documents', filename 'report.txt', name 'report', extension '.txt', and depth 3.