#3582 closed defect (fixed)
SYMBIAN: Missing FileSystemNode::exists() implementation
Reported by: | bluegr | Owned by: | anotherguest |
---|---|---|---|
Priority: | normal | Component: | Port: Symbian |
Version: | Keywords: | ||
Cc: | Game: |
Description
File::exists() is a stub on the SymbianOS port. This affects all places where it's used and it also means that SAGA games won't work at all on this port, as the SAGA engine needs this function for detecting all the different versions of the games supported by it.
There have been relevant e-mails on -devel about this.
The function is defined (currently as a stub) in /backends/fs/symbian/symbian-fs.cpp
As mentioned by fingolfin, perhaps the old isValid() code can be reused for this function.
Relevant commits are: #30597: implementation of exists() for the PSP port #29327, 29328, 29329: implementation of exists() for the Amiga port #28944: merge of the GSoC project, with major changes to the fs node
Assigning this to anotherguest, as he's the SymbianOS port maintainer
Ticket imported from: #1875590. Ticket imported from: bugs/3582.
Change History (7)
comment:1 by , 17 years ago
Summary: | ALL: Missing File::exists() on SymbianOS port → SYMBIAN: Missing File::exists() implementation |
---|
comment:2 by , 17 years ago
Summary: | SYMBIAN: Missing File::exists() implementation → SYMBIAN: Missing FileSystemNode::exists() implementation |
---|
comment:3 by , 17 years ago
comment:4 by , 17 years ago
Implemented Exists() function in Symbian fs backend. Needs to be tested by SVN build.
comment:5 by , 17 years ago
Status: | new → closed |
---|
comment:6 by , 17 years ago
Resolution: | → fixed |
---|
comment:7 by , 6 years ago
Component: | --Unset-- → Port: Symbian |
---|
I believe that this functionality is now implemented with commit #30586, so this can be closed now, right?