4Site
Support Request System
View Patch #60.001.075
Description
Patch ID:
Date Implemented:
Patch Title:
Patch Type:
Request IDs:
Bug
Enhancement
Other
03560 -
Delay launching applications from 4Site menu.
Symptoms:
Getting the version number from an EXE file on a network file server can be a slow operation at some sites.
Solution:
To speed up the version checking in clsDir, 3 changes were made: 1. Existence checking is now done with a FileAttributes call. 2. The call to GetFileVersionInfoSize is now skipped and instead a 4K buffer is created for the GetFileVersionInfo call. 3. If ServerPath and SharedPath point to the same location, a second call is not made.
Browse Patches
Find a Patch
Return to Request System Menu