Displaying 2 results from an estimated 2 matches for "objfso".
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...after I
campared the bench results. I am very confused about it and who can
explain it?
The computers' configurations are as follows:
1. PC Client
It runs the follow VB program to compute the time when check files' property
Operation System:
Windows 2000 professional
// ...
Set objFSO = CreateObject("Scripting.FileSystemObject")
thistime = thisnow
If objFSO.FileExists(fn) Then
totle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf
thistime = thisnow
Set objFile = objFSO.GetFile(fn)
totle = totle & "...