Path Analyzer Samples
Comprehensive collection of file system paths from Windows, Linux, and macOS for path analysis and testing
Key Facts
- Category
- File System
- Items
- 11
- Format Families
- text
Sample Overview
Comprehensive collection of file system paths from Windows, Linux, and macOS for path analysis and testing This sample set belongs to File System and can be used to test related workflows inside Elysia Tools.
📝 Windows Basic Path text
Simple Windows absolute path with drive letter
C:\Users\John\Documents\file.txt
📝 Linux Basic Path text
Standard Linux absolute path for user files
/home/user/documents/file.txt
📝 macOS Basic Path text
Standard macOS user directory path
/Users/john/Desktop/file.pdf
📝 Windows Long Path with Spaces text
Extended Windows path containing spaces and multiple directories
C:\Program Files\My Application\data\config.json
📝 Windows UNC Network Path text
Universal Naming Convention path for network shared resources
\\server\share\folder\file.doc
📝 Windows Relative Path text
Windows path using parent directory references
..\..\folder\file.txt
📝 Linux Deep Nested Path text
Complex Linux path with multiple nested directories
/var/www/html/app/public/assets/css/style.css
📝 Linux Path with Special Characters text
Linux path containing spaces, hyphens, and parentheses
/home/user/data-2024/backup (1)/file_v2.txt
📝 Linux Relative Path text
Unix-style relative path using dot notation
../../project/src/index.js
📝 macOS Library Path text
System library directory path for fonts and resources
/Library/Fonts/Arial.ttf
📝 macOS Application Bundle Path text
Path to macOS .app bundle internal resources
/Applications/MyApp.app/Contents/Resources/data.plist