Pretty basic question, but it's been giving me issues for a while - how do you include a javascript file using an absolute path? The following doesn't seem to work:
Ti.include("/folder/file.js");If I use a relative path from the current file, it's fine, but that will get messy pretty quick. Is there some other way to reference the root directory?