os package

PHOTO EMBED

Mon Mar 25 2024 18:31:43 GMT+0000 (Coordinated Universal Time)

Saved by @CarlosR

getcwd()
##cd
chdir("...")
## cd ..
chdir("../")

#list
listdir
#make dir
makedirs()

## other shell
system("cd /Users")

#stats 
stat

##summary
walk 
content_copyCOPY