/priv/.erlang
http://erlbattle.googlecode.com/ · #! · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 05ae2eef8e2588d6a6f4a31ad947c6a9 MD5 · raw file
- %% ?????????????
- %% ???????
- %io:format("consulting .erlang in ~p~n",
- %[element(2, file:get_cwd())]).
- %% Edit to the directory where you store your code
- %c:cd("E:/Downloads/ERLANG/ErlBattle/src/eb0/baiqi" ).
- code:add_path("../ebin").
- io:format("Now in:~p~n", [element(2,file:get_cwd())]).