[solved] How to require static files from private folder?

Hi,

I’m trying to use some WSDL files from /private folder in server.
Im using Assets.getText

But I get error:

Error: Unknown asset: ./wsdl/QueryJournalEntryIn.wsdl

What I am doing wrong?

skip the ./ in the path

Yes that works, thank you :slight_smile: