rfo909/CFT

Symbolic links

Closed this issue · 1 comments

CFT doesn't handle symbolic links. Deleting a symlink results in deleting the file that's linked to, which is not good.
Need to use java.nio.file.Path instead of just plain old java.io.File

Applied simple fix, blocking delete, create, append and move if symlink. Added .isSymlink to File