Changeset 4029 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Aug 3, 2007 10:00:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstPath.cpp
r3672 r4029 52 52 53 53 /* 54 * RTPathProgram 54 * RTPathProgram, RTPathUserHome 55 55 */ 56 56 char szPath[RTPATH_MAX]; 57 57 CHECK_RC(RTPathProgram(szPath, sizeof(szPath))); 58 58 if (RT_SUCCESS(rc)) 59 RTPrintf("Program={%s}\n", szPath); 60 CHECK_RC(RTPathUserHome(szPath, sizeof(szPath))); 61 if (RT_SUCCESS(rc)) 62 RTPrintf("UserHome={%s}\n", szPath); 63 59 64 /* 60 65 * RTPathAbsEx
Note:
See TracChangeset
for help on using the changeset viewer.