Which of the following statements is true? When opening a file, you can specify the name of the file only as a pointer-based string. When opening a file, you can specify the name of the file only as a string object. When opening a file, you can specify the name of the file as either a pointer-based string or a string object. None of these.