VirtualBox

Changeset 87407 in vbox


Ignore:
Timestamp:
Jan 24, 2021 4:58:27 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142395
Message:

configure.vbs,tools/envSub.vbs,helpers.vbs: DbgPrint for DirExits and FileExists.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r86249 r87407  
    140140sub LogPrint(str)
    141141   FileAppendLine g_strLogFile, str
     142   'Wscript.Echo "dbg: " & str
     143end sub
     144
     145''
     146' Debug output.
     147sub DbgPrint(str)
     148   'FileAppendLine g_strLogFile, str
    142149   'Wscript.Echo "dbg: " & str
    143150end sub
  • trunk/tools/win/vbscript/helpers.vbs

    r85842 r87407  
    270270function FileExists(strFilename)
    271271   FileExists = g_objFileSys.FileExists(DosSlashes(strFilename))
     272   DbgPrint "FileExists(" & strFilename & ") -> " & FileExists
    272273end function
    273274
     
    277278function DirExists(strDirectory)
    278279   DirExists = g_objFileSys.FolderExists(DosSlashes(strDirectory))
     280   DbgPrint "DirExists(" & strDirectory & ") -> " & DirExists
    279281end function
    280282
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