Help Center

CFindFile.IsReparsePointFilemethod

Checks if the found file is is file or directory that has an associated reparse point, or a file that is a symbolic link.

File ManagementmethodCFindFile.incdocumented

Syntax

FUNCTION IsReparsePointFile () AS BOOLEAN

Description

Retuns TRUE if the found file is a file or directory that has an associated reparse point, or a file that is a symbolic link. Otherwise FALSE.

Reference

  • Include file CFindFile.inc
  • Defined in AfxNova/CFindFile.inc:304
  • Documented in File Management/CFindFile Class.md
  • Topic: CFindFile Class