[dev] Re: [ansel] found why ansel dont stores images in subgallery
Ben Chavet
ben at chavet.net
Wed Mar 31 10:42:59 PST 2004
> it tries to save the in sub gallery in the way: ".horde/ansel/schedul:test"
> of course the system wont let him do this
> for OS compatibility issues you should translate the path
> something like
>
> function translate_path($path) {
> return str_replace(':', '/', $path);
> }
would it be better to use '/' or PATH_SEPARATOR for something like this?
--Ben
More information about the dev
mailing list