Feature Request:Data Folder
-
@Christoph-Hart Ok you've convinced me, I'll just include them as scripts. :)
-
@Christoph-Hart said in Feature Request:Data Folder:
@Lindon But what is the benefit over including it as script?
simplicity only.
-
@Lindon said in Feature Request:Data Folder:
@Christoph-Hart - whats this?
.existsAsFile()
That's a JUCE/C++ function to check if a file exists. https://docs.juce.com/master/classFile.html#a2d79c296f148b00041aeeac0013716d9
The HISE script version is
File.isFile();
andFile.isDirectory()
-
@d-healey said in Feature Request:Data Folder:
@Lindon said in Feature Request:Data Folder:
@Christoph-Hart - whats this?
.existsAsFile()
That's a JUCE/C++ function to check if a file exists. https://docs.juce.com/master/classFile.html#a2d79c296f148b00041aeeac0013716d9
The HISE script version is
File.isFile();
andFile.isDirectory()
yeah thanks. those Hise commands I already know..