The listing and copying functions in this package follow symlinks by default. The usual unix utils (ls, find, cp) convention is to not follow symlinks by default and use an explicit option (usually -L) to follow symlinks. It will be nice if we are consistent with this convention, though it will require API behavior change for already published APIs.
The listing and copying functions in this package follow symlinks by default. The usual unix utils (
ls, find, cp) convention is to not follow symlinks by default and use an explicit option (usually-L) to follow symlinks. It will be nice if we are consistent with this convention, though it will require API behavior change for already published APIs.