Hi,
I know the ..\ functionality for paths from other programs, but I thought it didn't exist in TC because I didn't find it searching in Help.
May I suggest adding ..\ functionality for paths to the TC-help anywhere it applies? For example in Environment Variables.
See https://www.ghisler.ch/board/viewtopic.php?p=470550#p470550 and my post above it
Add ..\ to help
Moderators: Hacker, petermad, Stefan2, white
Re: Add ..\ to help
Well, is the usual and widely used syntax for one directory level up, on DOS, Windows and Linux - and probably others. The trailing backslash is appended if necessary, i.e. one wants to refer to a path at the same level as the current one. Applications don't need to add explicit support for such paths since they're handled by the OS. The only thing programmers need to keep in mind is that such paths are combined properly.
Code: Select all
..
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror