Open a disk file to provide input for the input stream using a UTF-8 filename
int open(const char * fn);
|
Parameters |
Description |
|
const char * fn |
Filename encoded using UTF-8 |
0 on success, or non-zero on failure
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|