VirtualBox

Changeset 70890 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Feb 7, 2018 2:05:43 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120716
Message:

IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented RTDIR_F_NO_FOLLOW on posix, adjusted NT implementation and documented the VERR_IS_A_SYMLINK return code for the relevant APIs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dir.h

    r69753 r70890  
    8989    /** The RTDIR_F_XXX flags passed to RTDirOpenFiltered */
    9090    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;
    9196    /** Set to indicate that the Data member contains unread data. */
    9297    bool                fDataUnread;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette