It would be great if one could mark certain files as having an absolute path so that it is easier to move projects that use a common resource around in a multi developer/station environment.
A project might for example require a shared library or file that is installed by another application into c:\XXXX
Currently, all developers must place their project at the same relative folder depth to the shared resource to avoid linking issues. e.g If Developer A uses c:\Users\Dev A\Project\ then Developer B would need to use c:\Users\Dev B\Project\.. The project would complain about not finding the shared resource if Dev B was to use c:\Users\Dev B\Repos\Project instead for example.
Marking the shared files as having an absolute path would resolve this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.