fs/io/FileOutputStream: add static method Create()
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
Cancel();
|
||||
}
|
||||
|
||||
static FileOutputStream *Create(Path path, Error &error);
|
||||
|
||||
bool IsDefined() const {
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user