Some people like using packages such as FilePathsBase.jl which provide a custom path type. However, for many file reading functions, the filename argument was required to be an AbstractString, which the AbstractPath type from FilePathsBase is not. This should solve the issue for everyone.
Some people like using packages such as FilePathsBase.jl which provide a custom path type. However, for many file reading functions, the filename argument was required to be an
AbstractString
, which theAbstractPath
type fromFilePathsBase
is not. This should solve the issue for everyone.