Changeset 70890 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 7, 2018 2:05:43 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120716
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r69753 r70890 89 89 /** The RTDIR_F_XXX flags passed to RTDirOpenFiltered */ 90 90 uint32_t fFlags; 91 /** Set if the specified path included a directory slash or if enmFilter is not RTDIRFILTER_NONE. 92 * This is relevant for how to interpret the RTDIR_F_NO_FOLLOW flag, as it won't 93 * have any effect if the specified path ends with a slash on posix systems. We 94 * implement that on the other systems too, for consistency. */ 95 bool fDirSlash; 91 96 /** Set to indicate that the Data member contains unread data. */ 92 97 bool fDataUnread;
Note:
See TracChangeset
for help on using the changeset viewer.