[Gambas-user] Path to script ": not found"
Fabien Bodard
gambas.fr at ...626...
Mon Aug 17 16:26:17 CEST 2015
Le 16 août 2015 22:03, "Zainuddin A" <author.ilmi at ...626...> a écrit :
>
> do you mean like this
>
> Shell File.Load("/tmp/test.sh")
> abbat81 wrote
> > How can it be the path to my script is not found but path is 100%
correct.
> > I tried Shell and Exec[]
> >
> > Renaming directory and file does not help.
> >
> > Path in 11.desktop: "Exec=/Games2/11/11.sh"
> >
> >
> > Print "/Games2/11/11.sh"
> > Print Len("/Games2/11/11.sh")
> > Print MyArray[IconView1.Key]
> > Print Len(MyArray[IconView1.Key])
> >
> >
> > /Games2/11/11.sh
> > 16
> > /Games2/11/11.sh
> > 17
> >
You have a special hidden letter somewhere.
For I =1 to Len(MyArray[IconView1.Key])
Print asc( mid(MyArray[IconView1.Key]),I,1));
Print "|";
Next
> >
> >
> > How can I fix it and WHERE to do it?
> >
> > Thanks
>
>
>
>
>
> --
> View this message in context:
http://gambas.8142.n7.nabble.com/Path-to-script-not-found-tp52251p52257.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list