« Return to Thread: Load hidden file to variable?

Re: Load hidden file to variable?

by sundar_ima :: Rate this Message:

| View in Thread

Thanks (tobi) for the help. Now i solved the problem. The is not related to gambas. String manipulation was incorrect in my program which resulted the error to look like the "subject". Also i understood the power of print for debugging / tracking errors.

From: tobi <tobiasboege01@...>
Sent: Mon, 02 Apr 2012 21:28:00
To: sundar_ima@..., mailing list for gambas users <gambas-user@...>
Subject: Re: [Gambas-user] Load hidden file to variable?
On Mon, 02 Apr 2012, sundar j wrote:

> Print Error is False for both if statement and file.load function. I have checked file permission and it is root. I think file permission is not an issue here since it does not even detect file. Also i have tested the same with other file (root permission) and it works perfectly. Again i need not have to edit the file.

>



wow, mail citation gets weird now.



could we quickly recall? to clarify things to me, too... this all works as expected (gives True):



Print Exist("~/....")

Print Access("~/....", gb.Read)



and

Print File.Load("~/....")



insistently fails?



regards,

tobi

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: Load hidden file to variable?