adrian_lewis Tue, 13 Sep 2016 06:40:35 -0700
Both the functions pwd() and walkdir() are defined in the filesystem package, but:
julia> VERSION v"0.4.6" julia> pwd() "/Users/aidy" julia> walkdir(".") ERROR: UndefVarError: walkdir not defined Aidy