Am 08.02.2012 22:14, schrieb abbat:
>
> Sorry, if it's abasic question (but GAMBAS is Almost mean BASIC :-))
>
> How to copy a file if it is already exist?
> And do not get any error.
> Overwrite
>
> Tnx.

You can verify with

If Exist() Then

before you copy and decide what to do with it (either simply KILL or 
rename the file, which is more complicated).

Rolf


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to