Re: [AD] Hashes bite back |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I'm not really sure what to do about the hash problem though.
Wouldn't the easiest, and maybe even best way to handle this problem be to
check for the existance of an actual file with a # in the name and if it
does load that, or if it does not, refert to the current behavior?
That leaves the problem of saving files with a # in the filename. Perhaps
here it could be checked if there is an actual file called datafile.dat
when the named file is datafile.dat#object, and if there isn't simply
output to a file with the name datafile.dat#object.
Evert