Concept Flow - Absolute vs relative paths
Start in current directory
Use relative path?
Yes→Look inside current directory or subfolder
No
Use absolute path?
→Look from root directory /
Access file/folder
This flow shows how the system decides to find files using either relative paths from the current folder or absolute paths from the root.