Hi,
is there an action that implements the Windows API “PathCanonicalize”?
Use case:
My FinalBuilder Project is located in a subfolder “Buildsystem”, whereas the source is located in a subfolder “source”. For the FinalBuilder Script to work properly i configure a variable that looks similar to “%FBPROJECTDIR%\…\Source”.
This works fine. Canonicalizing the path will make the log easier to read, though.
Thomas