Elysia Tools
Navigation
File System
Path Analyzer Samples
Comprehensive collection of file system paths from Windows, Linux, and macOS for path analysis and testing
Samples
Entries inside this sample collection
Windows Basic Path
Simple Windows absolute path with drive letter
Difficulty
1/10
Estimated time
1 min
Tags
windows, absolute, basic
C:\Users\John\Documents\file.txtWindows Long Path with Spaces
Extended Windows path containing spaces and multiple directories
Difficulty
3/10
Estimated time
2 min
Tags
windows, spaces, long
C:\Program Files\My Application\data\config.jsonWindows UNC Network Path
Universal Naming Convention path for network shared resources
Difficulty
4/10
Estimated time
3 min
Tags
windows, unc, network, shared
\\server\share\folder\file.docWindows Relative Path
Windows path using parent directory references
Difficulty
3/10
Estimated time
2 min
Tags
windows, relative, parent
..\..\folder\file.txtLinux Basic Path
Standard Linux absolute path for user files
Difficulty
1/10
Estimated time
1 min
Tags
linux, absolute, unix
/home/user/documents/file.txtLinux Deep Nested Path
Complex Linux path with multiple nested directories
Difficulty
3/10
Estimated time
2 min
Tags
linux, nested, web
/var/www/html/app/public/assets/css/style.cssLinux Path with Special Characters
Linux path containing spaces, hyphens, and parentheses
Difficulty
4/10
Estimated time
3 min
Tags
linux, special-chars, spaces
/home/user/data-2024/backup (1)/file_v2.txtLinux Relative Path
Unix-style relative path using dot notation
Difficulty
3/10
Estimated time
2 min
Tags
linux, relative, unix
../../project/src/index.jsmacOS Basic Path
Standard macOS user directory path
Difficulty
1/10
Estimated time
1 min
Tags
macos, absolute, user
/Users/john/Desktop/file.pdfmacOS Application Bundle Path
Path to macOS .app bundle internal resources
Difficulty
5/10
Estimated time
3 min
Tags
macos, app-bundle, resources
/Applications/MyApp.app/Contents/Resources/data.plistmacOS Library Path
System library directory path for fonts and resources
Difficulty
3/10
Estimated time
2 min
Tags
macos, library, system
/Library/Fonts/Arial.ttfTools
Tools frequently paired with this sample
Related