tab ("get", "path") returns a drive letter without a trailing backslash
Posted: 20 Nov 2021 14:34
itematpos()
c:
c:\windows
tab ("get", "path")
c:\
c:\windows
It should either return both with a trailing backslash:
c:\
c:\windows\
or neither:
c:
c:\windows
PS: Unless there is a strong reason for that inconsistency...
PPS: Actually, this is more of a observation/question than a "wish". Like "I've noticed this inconsistency, is there any reason for that? Or if not, maybe it should be changed". This should probably be moved into "Questions" section.
c:
c:\windows
tab ("get", "path")
c:\
c:\windows
It should either return both with a trailing backslash:
c:\
c:\windows\
or neither:
c:
c:\windows
PS: Unless there is a strong reason for that inconsistency...
PPS: Actually, this is more of a observation/question than a "wish". Like "I've noticed this inconsistency, is there any reason for that? Or if not, maybe it should be changed". This should probably be moved into "Questions" section.