Why it doesn't work? It cannot find the file? Or does it give you error
message?
Jussi
On Sat, Mar 31, 2012 at 18:36, 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/fi
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
Hi! Try to use User.Home instead of ~.
I.e.
File.Load(User.Home &/ "/.applicationtempfile/.hiddendir/file")
-Original Message-
From: "sundar j"
Date: 31 Mar 2012 15:36:56
To: gambas-user
Reply-To: sundar_...@rediffmail.com,
mailing list for gambas users
Subject: [Gambas-user]
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??
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 227 by hardware...@gmail.com: Problem with Drawingarea
http://code.google.com/p/gambas/issues/detail?id=227
1. Example program Gambas3 ImageViewer shows no Picture.