octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC patch: fir for opendir("\\\\")


From: michael . goffioul
Subject: MSVC patch: fir for opendir("\\\\")
Date: Wed, 06 Dec 2006 11:29:57 +0100

When using opendir with '\\', the following pattern is used internally by Win32
dir reading functions: '\\\\*'. The leading double backslashes has a special meaning
under Win32 and refer to network shares. The opendir function then fails (because
the Win32 FindFirstFile call fails). The attached patch solves the problem.
 
Michael.
 



Attachment: oct-opendir.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]