Changeset 87407 in vbox for trunk/tools/win
- Timestamp:
- Jan 24, 2021 4:58:27 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/win/vbscript/helpers.vbs
r85842 r87407 270 270 function FileExists(strFilename) 271 271 FileExists = g_objFileSys.FileExists(DosSlashes(strFilename)) 272 DbgPrint "FileExists(" & strFilename & ") -> " & FileExists 272 273 end function 273 274 … … 277 278 function DirExists(strDirectory) 278 279 DirExists = g_objFileSys.FolderExists(DosSlashes(strDirectory)) 280 DbgPrint "DirExists(" & strDirectory & ") -> " & DirExists 279 281 end function 280 282
Note:
See TracChangeset
for help on using the changeset viewer.