Inconsistence on file operation when the name already exists with exe extension

Aaron Schneider notstop@users.sourceforge.net
Sun Jul 8 20:49:00 GMT 2012


Since for creating file and file.exe in cygwin, the file without exe must be created first to have both, under windows you can follow any order:


Using Windows 7 PowerShell:
-- This works --

fsutil file createnew file.exe 0
fsutil file createnew file 0


-- This works as well --

fsutil file createnew file 0

fsutil file createnew file.exe 0

 		 	   		  

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list