In order to maintain similar functionality I would like to suggest that the @LDrive macro be updated to operate as the other macros that return paths do.
All the macros below return the path without the trailing slash except the @LDrive macro.
Yes it is possible that some scripts may break with this change but if NOTED that this is one of the changes then it should be up to the Administrator that updates his/her version of KiXtart to observe the changes and take note.
Code:
'Logon Drive: ' + @LDrive ?
'Logon Server: ' + @LServer ?
'Home Drive: ' + @HomeDrive ?
'Long Home Directory: ' + @LongHomeDir ?
'Short Home Directory: ' + @HomeDir ?
'Current Directory: ' + @CurDir ?
'LAN Root: ' + @LanRoot ?
'Current Script Dir: ' + @ScriptDir ?
All will return without \ except @LDrive which will give the slash on the end.