- Timestamp:
- May 4, 2015 4:10:36 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r55631 r55632 3267 3267 3268 3268 ComPtr<IGuestFsObjInfo> pFsObjInfo; 3269 FsObjType enmObjType;3269 FsObjType_T enmObjType; 3270 3270 rc = pCtx->pGuestSession->FsObjQueryInfo(Bstr(strCurSource).raw(), FALSE /*followSymlinks*/, pFsObjInfo.asOutParam()); 3271 3271 if (SUCCEEDED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.