Relative folder path support
See original GitHub issueI have some new ideas to improve this app`s portability: Support for Recursive Path by default For example: My Playnite instalation (in a external drive) is in G:\Playnite and my games instalation is in G:\Videogames. When my Rom Path is “G:\Videogames\SNES\Super Mario World.zip” in the program my path shows “…\Games\SNES\Super Mario World\Super Mario World.zip”
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Understanding Relative File Paths
A relative path describes the location of a file relative to the current (working) directory*. An absolute path describes the location from the ......
Read more >Relative Paths
A relative path is a way to specify the location of a directory relative to another directory. For example, suppose your documents are...
Read more >File path formats on Windows systems
In this article, learn about file path formats on Windows systems, such as traditional DOS paths, DOS device paths, and universal naming ...
Read more >Absolute and Relative Paths
A link that has an absolute path will tell the computer which server to go to and then all the folders that you...
Read more >Paths explained: Absolute, relative, UNC, and URL—Help
A relative path refers to a location that is relative to a current directory. Relative paths make use of two special symbols, a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We could add option to import dialog to use absolute or relative paths.
Currently you can set
{PlayniteDir}
variable and have paths refer to installation folder, like this:{PlayniteDir}\..\Games\SNES\Super Mario World\Super Mario World.zip
. Is that what you want?