Concept Flow - Creating and removing directories
Start
Call mkdir to create directory
Check if directory exists
Yes
Directory created successfully
Call rmdir to remove directory
Check if directory exists
No
Directory removed successfully
End
This flow shows creating a directory, verifying it exists, then removing it and confirming removal.
