Deleting file in Node.js

I am using node in a Windows environment.
When I use fs.unlinkSync(fileName), it seems to work.
After the unlinkSync statement is executed, if I do a fs.existsSync(filename) it returns false indicating the file does not exists, but when I go to the physical drive I can still see the file.