Path Analyzer Samples

Comprehensive collection of file system paths from Windows, Linux, and macOS for path analysis and testing

📝 Windows Basic Path plaintext

🟢 simple

Simple Windows absolute path with drive letter

⏱️ 1 min 🏷️ windows, absolute, basic
C:\Users\John\Documents\file.txt

📝 Linux Basic Path plaintext

🟢 simple

Standard Linux absolute path for user files

⏱️ 1 min 🏷️ linux, absolute, unix
/home/user/documents/file.txt

📝 macOS Basic Path plaintext

🟢 simple

Standard macOS user directory path

⏱️ 1 min 🏷️ macos, absolute, user
/Users/john/Desktop/file.pdf

📝 Windows Long Path with Spaces plaintext

🟡 intermediate ⭐⭐

Extended Windows path containing spaces and multiple directories

⏱️ 2 min 🏷️ windows, spaces, long
C:\Program Files\My Application\data\config.json

📝 Windows UNC Network Path plaintext

🟡 intermediate ⭐⭐

Universal Naming Convention path for network shared resources

⏱️ 3 min 🏷️ windows, unc, network, shared
\\server\share\folder\file.doc

📝 Windows Relative Path plaintext

🟡 intermediate ⭐⭐

Windows path using parent directory references

⏱️ 2 min 🏷️ windows, relative, parent
..\..\folder\file.txt

📝 Linux Deep Nested Path plaintext

🟡 intermediate ⭐⭐

Complex Linux path with multiple nested directories

⏱️ 2 min 🏷️ linux, nested, web
/var/www/html/app/public/assets/css/style.css

📝 Linux Path with Special Characters plaintext

🟡 intermediate ⭐⭐

Linux path containing spaces, hyphens, and parentheses

⏱️ 3 min 🏷️ linux, special-chars, spaces
/home/user/data-2024/backup (1)/file_v2.txt

📝 Linux Relative Path plaintext

🟡 intermediate ⭐⭐

Unix-style relative path using dot notation

⏱️ 2 min 🏷️ linux, relative, unix
../../project/src/index.js

📝 macOS Library Path plaintext

🟡 intermediate ⭐⭐

System library directory path for fonts and resources

⏱️ 2 min 🏷️ macos, library, system
/Library/Fonts/Arial.ttf

📝 macOS Application Bundle Path plaintext

🔴 complex ⭐⭐⭐

Path to macOS .app bundle internal resources

⏱️ 3 min 🏷️ macos, app-bundle, resources
/Applications/MyApp.app/Contents/Resources/data.plist