[Gambas-user] Load hidden file to variable?

sundar j sundar_ima at ...251...
Sat Mar 31 17:36:56 CEST 2012


I need to load file to a variable which is residing in side a hidden folder. So i tried to load it like 

If Exist("~/.applicationtempfile/.hiddendir/file") = True Then 
search = File.Load("~/.applicationtempfile/.hiddendir/file")
...
rest of coding
...
However obove code does not work. Any help???



More information about the User mailing list