Problem: I am developing a tool that does some file operations in Unix environment, but my development environment being Windows, how can I test what i am doing.
Is there any way I can simulate my program running in a Unix environment only for testing purpose?
You can run a virtual machine such as VMware installed with Linux to test your program.
If you are on the same network as a Linux machine you can VNC into one and test your program remotely.