Register SYSTEM -> System
Posted: Tue Oct 18, 2016 10:55 pm
If I try to register a file with name SYSTEM.xxx it shows up as System.xxx
I have looked at the HostFiles source code and do not see any explicit case changing.
There is a call to WinApi.MoveFileW that has the form but that seems unlikely to be the culprit.
The reason I want a file with name SYSTEM is again related to Gardens Point where the functionality of
the BlackBox SYSTEM has been changed.
I have created an incremental files backup tool which works correctly except for SYSTEM.xxx
-Doug
I have looked at the HostFiles source code and do not see any explicit case changing.
There is a call to WinApi.MoveFileW that has the form
Code: Select all
PROCEDURE MoveFileW (lpExistingFileName, lpNewFileName: WinApi.PtrWSTR): WinApi.BOOL;
The reason I want a file with name SYSTEM is again related to Gardens Point where the functionality of
the BlackBox SYSTEM has been changed.
I have created an incremental files backup tool which works correctly except for SYSTEM.xxx
-Doug