how to find desktop directory mac code example
Example: cant find desktop and documents folder macOs
#in terminal (macOs)
cd /Users/$USER
mkdir Desktop
mkdir Documents
#in terminal (macOs)
cd /Users/$USER
mkdir Desktop
mkdir Documents