Hello everyone,
just a simple question but it wondered me a bit: Calling files in the current directory can be done in PS via .\executable.exe
In fact, via .\ I can access the current Path. However, if I enter ./ it also works. This surprises me because I thought ./ is for accessing the root folder of the current drive. Why can I call a file in the current path with ./ in PowerShell?
Thanks!
Christian