Can't seem to get this to delete the file, ive tried setting the permissions but it still won't delete.
Code:
my $fileName = 'c:\inetpub\wwwroot\guessingGame\guessingGame.csv'; unlink($fileName);
Comment