https://bugs.freedesktop.org/show_bug.cgi?id=78336

--- Comment #4 from Ewald Anderl <[email protected]> ---
(In reply to comment #3)
> Hi Ewald,
> 
> (In reply to comment #0)
> 
> > 1. Make call to Dir() for any path that would cause an error (e.g.
> > /tmp/NoSuchPath)
> > 2. Dir() will return empty string or phantom file names depending on prior
> > calls to Dir() that succeeded.
> 
> Indeed, this simple test shows it
> 
> Sub DirTst
> 
>  msgbox dir("/home/cono/Documenten/DATA/TDF/Marketing/FOO/")
>  msgbox dir("/home/cono/Documenten/DATA/TDF/Marketing/")
>  msgbox dir("/home/cono/Documenten/DATA/TDF/Marketing/FOO/")
> 
> End Sub
> 
> Results
>  > empty
>  > name1
>  > name2
> 
> Do you know if this worked different before?
> Cheers,
> Cor

I do not know if this worked differently before. I am relatively new to
LibreOffice and can only attest to behavior in version 4.2 and later; this
behavior is present in all of these versions.

Sorry I can not be of more help with the history.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to