WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Load hidden file to variable?

Load hidden file to variable?

by sundar_ima :: Rate this Message:

| View in Thread

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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: Load hidden file to variable?