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

Simple Windows absolute path with drive letter

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

📝 Linux Basic Path text

🟢 simple

Standard Linux absolute path for user files

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

📝 macOS Basic Path text

🟢 simple

Standard macOS user directory path

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

📝 Windows Long Path with Spaces text

🟡 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 text

🟡 intermediate ⭐⭐

Universal Naming Convention path for network shared resources

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

📝 Windows Relative Path text

🟡 intermediate ⭐⭐

Windows path using parent directory references

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

📝 Linux Deep Nested Path text

🟡 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 text

🟡 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 text

🟡 intermediate ⭐⭐

Unix-style relative path using dot notation

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

📝 macOS Library Path text

🟡 intermediate ⭐⭐

System library directory path for fonts and resources

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

📝 macOS Application Bundle Path text

🔴 complex ⭐⭐⭐

Path to macOS .app bundle internal resources

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