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

Reply via email to