Isis 3 Programmer Reference
FileCreate.cpp
1
6
/* SPDX-License-Identifier: CC0-1.0 */
7
8
#include "Message.h"
9
10
using namespace
std
;
11
12
QString
Isis::Message::FileCreate
(
const
QString &filename) {
13
return
"Unable to create ["
+ filename +
"]"
;
14
}
Isis::Message::FileCreate
QString FileCreate(const QString &filename)
This error should be used when a file could not be created.
Definition:
FileCreate.cpp:12
std
Namespace for the standard library.
src
base
objs
Message
FileCreate.cpp