VirtualBox

Changeset 69716 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Nov 16, 2017 2:31:25 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119097
Message:

IPRT: More work on directory relative APIs (NT mainly) and VFS; introducing RTMkDir (test) tool.

  • Added RTVfsDirCreateDir
  • Added RTVfsChainOpenParentDir and RTVfsChainSplitOffFinalPath.
  • Added new tool for testing this called RTMkDir.
  • Fixed directory traversal problem with stddir by making it okay to return VERR_FILE_NOT_FOUND as well.
Location:
trunk/src/VBox/Runtime/tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/Makefile.kmk

    r69603 r69716  
    113113 endif
    114114
     115 # RTMkDir - our mkdir clone.
     116 PROGRAMS += RTMkDir
     117 RTMkDir_TEMPLATE = VBoxR3Tool
     118 RTMkDir_SOURCES = RTMkDir.cpp
     119
    115120 # RTShutdown - similar (but not identical) to a typical unix shutdown command.
    116121 PROGRAMS += RTShutdown
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