A
Arjen
Hi,
I want to move a file. Here is my code:
files.MoveTo(dirs[0].ToString());
Variable files represents a file in the current directory (of the
executable).
Variable dirs[0] represents a subdirectory in the current directory.
When I run the code, my application 'hangs'. I don't know whats wrong.
The file and subdirectory exists.
Any help?
Thanks!
I want to move a file. Here is my code:
files.MoveTo(dirs[0].ToString());
Variable files represents a file in the current directory (of the
executable).
Variable dirs[0] represents a subdirectory in the current directory.
When I run the code, my application 'hangs'. I don't know whats wrong.
The file and subdirectory exists.
Any help?
Thanks!