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

#list
listdir
#make dir
makedirs()

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

#stats 
stat

##summary
walk