Concept Flow - File path handling
Start with file/folder names
Use fullfile() to join parts
Check if path exists with exist()
Use filesep for system separator
Use fileparts() to split path
Use cd() or pwd() to get/change directory
End
This flow shows how MATLAB builds, checks, and manipulates file paths step-by-step.