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

Cor Nouws <c...@nouenoff.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from Cor Nouws <c...@nouenoff.nl> ---
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

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

Reply via email to