[Vala] File. copy problem
- From: Joss 4 <gpnet abraerp it>
- To: vala-list gnome org
- Subject: [Vala] File. copy problem
- Date: Mon, 01 Jun 2009 10:05:40 +0200
Hi,
I have got this problem on file.copy function using valide 4.0 on windows.
this is the code :
. . . .
test.copy (destBkup, FileCopyFlags.OVERWRITE, null, null); // create backup
. . . .
When I launch the program I got this warning :
CRITICAL **: file F:/Progetti_VALA/PetBeGone/main.vala.c: line 622:
uncaught error: Error opening file.
this error stop the execution. I mean the lines below the test.copy are
not executed.
I think this shouldn't be because I set FileCopyFlags.OVERWRITE. Am I
wrong ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]