Last active
September 19, 2017 18:56
-
-
Save hectormethod/ed56fe9c3f70e8371a36ddb703e2966c to your computer and use it in GitHub Desktop.
[directory actions]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file:get_cwd(). | |
cd("/Users/hector/Dropbox/_Programming/CS401_Prog_Langs_WB2/MakeRings/src"). | |
cd("/Users/hector/Dropbox/School/CS401\ Program\ Lang/assignment\ 2\ Erlang/"). | |
# get list of in current dir | |
filelib:wildcard("*"). | |
# procs manager | |
pman:start(). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment