http://gambaswiki.org/bugtracker/edit?object=BUG.940&from=L21haW4-

Comment #7 by Zainudin AHMAD:

reproduce the bug
- create "link directory" to other directory ( contain any gambas source or 
text file )
- open file from that's directory(link directory)
- the file is always read-only

sorry, this is the better patch.

diff -urNaX /tmp/gambas-patch-ignore a/.src/Project.module b/.src/Project.module
--- a/.src/Project.module       2016-07-17 06:48:48.000000000 +0700
+++ b/.src/Project.module       2016-07-17 06:49:41.000000000 +0700
@@ -5704,6 +5704,9 @@
   If Not Exist(sPath) Then Return True
   If Not Access(sPath, gb.Write) Then Return True
 
+  If Stat(sPath).Type = gb.Link Then Return True
+  If IsFake() Then Return
+
   Do
     If sPath = Project.Dir Or If sPath = "/" Or If Not sPath Then Break
     If Stat(sPath).Type = gb.Link Then



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to