/priv/.erlang

http://erlbattle.googlecode.com/ · #! · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 05ae2eef8e2588d6a6f4a31ad947c6a9 MD5 · raw file

  1. %% ?????????????
  2. %% ???????
  3. %io:format("consulting .erlang in ~p~n",
  4. %[element(2, file:get_cwd())]).
  5. %% Edit to the directory where you store your code
  6. %c:cd("E:/Downloads/ERLANG/ErlBattle/src/eb0/baiqi" ).
  7. code:add_path("../ebin").
  8. io:format("Now in:~p~n", [element(2,file:get_cwd())]).