Hi ,
I have notice that when I am adding files to the file manager window,
The file is being copy to the files directory.
I would like to know if there is a way to arrange my files in different directories,
For example I would like to put all the pics in one directory and all of my mp3 files in a different directory.
And then to load them from the specific directory like that:
i = PlaySound.Load( File.DirAssets & "/Sound" ,"music.ogg")
Is it possible?
Thanks In Advance