Titanium.Filesystem.getFile

Function of Titanium.Filesystem.
Platform Since
Android 0.1
iPhone 0.1
iPad 0.1

Summary

return a fully formed file path as a Titanium.Filesystem.File object

Arguments

Name Type Summary
path String

one or more path arguments to form the full path joined together with the platform specific path separator. if a relative path is passed, the full path will be relative to the application resource folder.

Return Type