summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/win/path-win.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-23/+1
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturnvboxsync2021-08-231-2/+2
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/RTPathGetCurrent/win: Upper case the drive letter so it is consistent wi...vboxsync2019-04-171-0/+7
* IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed a coup...vboxsync2019-04-171-19/+28
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-4/+5
* IPRT: Implemented long filename support for windows (except for LoadLibrary)....vboxsync2018-09-251-30/+29
* (C) yearvboxsync2017-10-171-1/+1
* IPRT: Implemented native NT version of RTPathQueryInfoEx that provides INode ...vboxsync2016-11-101-0/+6
* IPRT: Distinguish between actual symbolic links and other reparse points on N...vboxsync2016-11-091-3/+6
* Use shlobj.h wrapper.vboxsync2016-08-111-1/+1
* IPRT: More unused parameters and undefined preprocessor macor warning (C4668)...vboxsync2016-07-271-1/+1
* IPRT: Unused parameters on windows.vboxsync2016-07-271-0/+1
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* Runtime/r3/win/path-win.cp: fixed SHGetFolderPathW() prototypevboxsync2015-01-151-1/+1
* Runtime: looks like the 32-bit compiler does something sillyvboxsync2015-01-151-11/+9
* Runtime: try the official Windows XP+ way to get the home (profile) directory...vboxsync2015-01-151-3/+29
* IPRT: Separated out RTPathAbs from the posix, fixing it up for windows + OS/2...vboxsync2014-10-051-1/+21
* use RTLdrLoadSystem here as wellvboxsync2013-06-181-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* IPRT/*: add _NO_SYMLINKS flags to certain functionsvboxsync2011-12-141-0/+6
* IPRT/path-win: Fixed NT4 breakage when using SHGetFolderPathW.vboxsync2011-04-291-9/+26
* nitvboxsync2011-04-141-0/+1
* iprt: next tryvboxsync2011-04-071-1/+1
* iprt: try to fix win burnvboxsync2011-04-071-0/+1
* iprt: add RTPathUserDocumentsvboxsync2011-04-071-0/+20
* build fixvboxsync2010-11-111-6/+6
* iprt: Working on tar vfs.vboxsync2010-11-111-5/+17
* IPRT, Linux additions, Shared folders: added support for guest shared folder ...vboxsync2010-10-251-12/+0
* iprt: Made tstRTSymlink work on Windows.vboxsync2010-10-251-14/+43
* iprt: introduced ''RTSymlink()'' and ''RTReadLink()'' (thanks Brian Campbell)vboxsync2010-10-221-0/+12
* iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far...vboxsync2010-04-291-68/+1
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* iprt: Added RTPathCountComponents, RTPathCopyComponents, RTGetOptArgvFromStri...vboxsync2010-02-131-1/+1
* Very annoying assertionvboxsync2009-09-281-0/+2
* path-win.cpp: build fix.vboxsync2009-09-241-1/+1
* IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links when s...vboxsync2009-09-241-58/+106
* IPRT: Use FindFirstFile to get file attributes on Windows host, fixes sharing...vboxsync2009-07-151-12/+47
* IPRT: Use FindFirstFile to get file attributes on Windows host, fixes sharing...vboxsync2009-07-151-3/+8
* RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER like elsew...vboxsync2009-01-051-8/+5
* iprt: style.vboxsync2009-01-051-15/+16
* iprt: added RTPathGetCurrent.vboxsync2009-01-051-0/+36
* Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on Windows.vboxsync2008-12-251-0/+11
* Runtime/Windows: RTPathAbs: Truncate the trailing slash of a non-root path fo...vboxsync2008-12-251-0/+13