It very much depends on where these files actually are.
- Files are part of the Project: stored in the Files Library, files are part of the build that will eventually end up on the mobile device installing the app. You can then access these files in flow logic by using concepts with file concept property that links to the file in the library. Look at https://forum.wem.io/link?threadid=72 for an example approach (used for a different use case but the result is the same: access files in library in flow logic). The only type of file that will not work, is XML unfortunately. But JSON can be used as file and easily implemented in flow logic using the Import JSON node.
- You can also make those files available from a "management project" built in WEM, where you store the files in the same way (File Library) and make accessible through Concepts with File property, and let the App retrieve the file via Exposed Webservice (REST/JSON) from that project. You can then also have the "management project" use a database list to store the files so you can manage versions of the file etc. depending on your usecase. Look at the Quick Starter Projects in MyWEM: Example Basic Mobile Apps and Example Service Provider, which do provide examples for this situation.
Other files that are not within the scope of the app itself (either part of the app as File Library file, or retrievable via webservice from another project) can not be accessed directly without user interaction (security situation), but if your use case can match any of the aforementioned approaches, you should be able to work it out.
EDIT (approach):
By the way, this approach for accessing files in file library via concept with file-property for use in expressions, flow logic, settings in design template, is applicable to all types of projects - not just native mobile.
EDIT (native mobile):
Adding a file into the File Library will make it part of the app package to be installed on mobile devices, so it will be making the package larger and updating the file will require a new install - consider the second approach where you manage the file and its properties from a web-project and have the app fetch it as needed via exposed rest/json service from that web-project. That will make the app install package smaller and will not require an app-update when the file needs to be changed...
Ralph - WEM Xpert since 2011
"I speak to machines with the voice of humanity"
-- Marillion, Man of a thousand faces --