November 2016
Intermediate to advanced
697 pages
14h 44m
English
Sometimes, your code needs to interact with programs in the outside world, be it the operating system in which it runs, or other languages such as C or FORTRAN. This chapter shows how straightforward it is to run external programs from Julia and covers the following topics:
To interact with the operating system from within the Julia REPL, there are a few helper functions available as follows:
pwd(): This function prints the current directory, for example, "d:\\test"cd("d:\\test\\week1"): This function helps to navigate to subdirectoriesRead now
Unlock full access