mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Use getSiblingFile in more places
This commit is contained in:
parent
5d5fdaf008
commit
5737c42ccf
7 changed files with 17 additions and 17 deletions
|
|
@ -1299,7 +1299,7 @@ private:
|
|||
}
|
||||
else
|
||||
{
|
||||
auto linkedFile = originalFile.getParentDirectory().getChildFile (link);
|
||||
auto linkedFile = originalFile.getSiblingFile (link);
|
||||
|
||||
if (linkedFile.existsAsFile())
|
||||
inputStream = linkedFile.createInputStream();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue