realpath
extern char *realpath(const char *path, char *resolved);
#define ntfs_realpath realpath
if (realpath(arg, mountpoint) == NULL) {
if (realpath(name, path) == NULL) {
if (realpath(file, fullPath + 5) == NULL)