03-10-2014, 03:20 AM
Hi,
I see that on MSDN http://msdn.microsoft.com/en-us/library/...s.60).aspx for CreateTextFile Method
It is written that The overwrite Property is False by Default,
overwrite: (Optional) Boolean value that indicates whether you can overwrite an existing file. The value is True if the file
can be overwritten, False if it can't be overwritten. If omitted, existing files are not overwritten (default False).
The Property by default should be True, I tried it without specifying anything and the text file is getting replaced. Please Verify at your end and let me know what is correct??
I see that on MSDN http://msdn.microsoft.com/en-us/library/...s.60).aspx for CreateTextFile Method
It is written that The overwrite Property is False by Default,
overwrite: (Optional) Boolean value that indicates whether you can overwrite an existing file. The value is True if the file
can be overwritten, False if it can't be overwritten. If omitted, existing files are not overwritten (default False).
The Property by default should be True, I tried it without specifying anything and the text file is getting replaced. Please Verify at your end and let me know what is correct??