I\'m building a .NET MVC application which will be deployed on a Windows 2003 server. The server has a folder @ c:\\Website\\Files which needs to be written to from the application.
In bash, I wou开发者_开发技巧ld use [ -w ... ] What\'s the equivalent for Windows batch files?As far as I know, you can find out whether the file exists or not, but there\'s no way to know if it\'s