Load local files into AIR app

I want to load a local file (stored in the applicationStorageDirectory) into my app. Do I make a reference to the file with a File instance and then pull that file in with a URLLoader(new URLRequest(File))?

I’m not clear on how to do this.