Differences From Artifact [05c11eb2b5]:
- File src/file.c — part of check-in [d95039cc5a] at 2012-08-23 08:53:38 on branch eclipse-project — unicode support for file_getcwd, file_access and fossil_stat as well (user: jan.nijtmans size: 29670) [more...]
To Artifact [8eb40fea3e]:
- File src/file.c — part of check-in [c780793749] at 2012-08-24 13:42:27 on branch ticket-01a2f3a346 — add mkdir to the unicode-supported functions add chinese-named file and directory in test directory, demonstrating the fix [01a2f3a346] (user: jan.nijtmans size: 29678)
| ︙ | |||
420 421 422 423 424 425 426 | 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 | - - + + |
if( rc==2 ){
if( !forceFlag ) return 1;
file_delete(zName);
}
if( rc!=1 ){
#if defined(_WIN32)
int rc;
|
| ︙ |