hi,

On Sat, 31 Mar 2012, sundar j wrote:
> 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???
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

actually, it should, there is no difference between "normal" and hidden files. 
it works for me.
maybe you messed around with the variable? try
Print File.Load("~/.applica...")
to see the content, it really should work.

regards,
tobi

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to