My .juliarc.jl file has three sections: the first adds any paths to
LOAD_PATH, the second loads common modules including the Aerodyne one I am
having issues with, and the final one is a list of requires of common
functions I use including dirlist.jl. Aerodyne does call it earlier as a
require when it is loaded as well.
# 3 methods for generic function "dirlist":
dirlist() at O:\Code\Julia\dirlist.jl:11
dirlist(directory::ASCIIString) at O:\Code\Julia\dirlist.jl:32
dirlist(directories::Array{ASCIIString,1}) at O:\Code\Julia\dirlist.jl:36