allow for passing the file name in as well
parent
94a51997f7
commit
c10b879936
@ -1,5 +1,7 @@
|
|||||||
FluidFilesPath {
|
FluidFilesPath {
|
||||||
*new {
|
*new {
|
||||||
^"%/../AudioFiles/".format(File.realpath(FluidDataSet.class.filenameSymbol).dirname);
|
arg fileName;
|
||||||
|
fileName = fileName ? "";
|
||||||
|
^("%/../AudioFiles/".format(File.realpath(FluidDataSet.class.filenameSymbol).dirname) +/+ fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue