Get relative path
Posted: Fri Aug 02, 2013 1:39 pm
I'm looking for a way to get relative path so the application will always open/look in relative subfolder to application/executable/vst. Start folder and sysfolder primitive can't get this path.
In ruby:
File.expand_path(File.dirname(__FILE__))
this will get ruby path (windows\system32) folder.
I want to setup internal file list that will always look for files in specific subfolder in app relative path.
In ruby:
File.expand_path(File.dirname(__FILE__))
this will get ruby path (windows\system32) folder.
I want to setup internal file list that will always look for files in specific subfolder in app relative path.