#3581 closed defect
PALMOS: Missing FileSystemNode::exists() implementation
Reported by: | bluegr | Owned by: | SF/chrilith |
---|---|---|---|
Priority: | normal | Component: | Port: PalmOS |
Version: | Keywords: | ||
Cc: | Game: |
Description
File::exists() is a stub on the PalmOS 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/palmos/palmos-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 crilith, as he's the PalmOS port maintainer
Ticket imported from: #1875588. Ticket imported from: bugs/3581.
Change History (6)
comment:1 by , 17 years ago
Summary: | ALL: Missing File::exists() on PalmOS port → PALM: Missing File::exists() implementation |
---|
comment:2 by , 17 years ago
Summary: | PALM: Missing File::exists() implementation → PALM: Missing FileSystemNode::exists() implementation |
---|
comment:3 by , 17 years ago
Summary: | PALM: Missing FileSystemNode::exists() implementation → PALMOS: Missing FileSystemNode::exists() implementation |
---|
comment:4 by , 17 years ago
comment:5 by , 17 years ago
Status: | new → closed |
---|
comment:6 by , 6 years ago
Component: | --Unset-- → Port: PalmOS |
---|
This item has been fixed today using the old _isValid code.