Choose the file mode method which is used to create a new output file with the condition that the file with the same name must not exist. A. FileMode.CreateNew B. FileMode.Create C. FileMode.OpenOrCreate D. FileMode.Truncate Answer Workspace Report Discuss Answer with explanation Answer: Option A Explanation Creates a new output file. The file must not already be existing. Workspace
Discuss about the question