[Gambas-user] Problem with gambas..
Dimitris Anogiatis
dosida at ...626...
Fri Mar 27 03:36:52 CET 2009
You either are trying to delete a folder that doesn't exist or it exists but
you didn't spell it correctly
try the isDIR function to determine if the folder you're looking exists
indeed
Documentation for the isDIR function is located here:
http://gambasdoc.org/help/lang/isdir?v3
Hope that helps.
Dimitris
On Thu, Mar 26, 2009 at 6:29 PM, Carlos Humberto Llumiquinga Hidalgo <
carlitos.hllh at ...626...> wrote:
> Hi all....
>
> I have a problem with a code on gambas..
>
> I'm trying.. this code.. EXEC ["rm", application.Path & "/imagenes/*.*"]
> ... just I wanna erase the content of images folder.
>
> But I got an error.. on console... rm: can't erase
> «/home/carlosh/Prueba/imagenes/*.*»: File don't exists
>
> Help Please.. what's wrong.. ????
>
> Thanks...
> Carlos H.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> 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