Changeset 22516 in vbox for trunk/include/iprt
- Timestamp:
- Aug 27, 2009 12:42:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r21801 r22516 54 54 55 55 #ifdef IN_RING3 56 57 /** 58 * Checks if the specified file name exists and is a regular file. 59 * 60 * Symbolic links will be resolved. 61 * 62 * @returns true if it's a regular file, false if it isn't. 63 * @param pszPath The path to the file. 64 * 65 * @sa RTDirExists, RTPathExists, RTSymlinkExists. 66 */ 67 RTDECL(bool) RTFileExists(const char *pszPath); 68 56 69 57 70 /** @name Open flags
Note:
See TracChangeset
for help on using the changeset viewer.