Recursively list all entries under a directory. Returns paths relative to path, sorted alphabetically.
path
Path to the root directory. ~ is expanded.
~
Sorted array of relative paths, or null if the path cannot be read.
null
Recursively list all entries under a directory. Returns paths relative to
path, sorted alphabetically.