checkFileType

Check the given file for its type, whether it is a regular file, a Windows link or a UNIX symlink.

Return

The type of the given file. Either FileType.FILE, FileType.LINK or FileType.SYMLINK

Author

Griefed

Parameters

file

The file to check