command line open directory code example
Example 1: terminal how to find a directory
find . -type d | grep DIRNAME
Example 2: remove directory command line
Rmdir "C:\myfolder"
find . -type d | grep DIRNAME
Rmdir "C:\myfolder"