File.DirInternal returns the path to your application internal folder.
You can create a
Images folder inside it. To do so, use:
File.MakeDir(File.DirInternal, "Images")
To read/write to this folder, use
File.DirInternal & "/Images" as the path to your files