I am using the File.Move method to move a file from one location to another...

But when I try to run it I get exception saying that the "moveto"-file is in use by another process... how can it be used when it doesn't even exist???????? I assume that the move method creates a new file... I am totally confused...

kind regards
Henrik

ps Are there any other methods I can use for deleting and moving files excemt the ones in the File-class??? ds