|
|
|
@ -1,6 +1,7 @@
|
|
|
|
(
|
|
|
|
(
|
|
|
|
// should all return the same path:
|
|
|
|
// should all return the same path:
|
|
|
|
(FluidFilesPath()++"Nicol-LoopE-M.wav").postln;
|
|
|
|
(FluidFilesPath()++"Nicol-LoopE-M.wav").postln;
|
|
|
|
|
|
|
|
(FluidFilesPath()+/+"Nicol-LoopE-M.wav").postln;
|
|
|
|
FluidFilesPath("Nicol-LoopE-M.wav").postln;
|
|
|
|
FluidFilesPath("Nicol-LoopE-M.wav").postln;
|
|
|
|
FluidFilesPath("/Nicol-LoopE-M.wav").postln;
|
|
|
|
FluidFilesPath("/Nicol-LoopE-M.wav").postln;
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|