octave-maintainers
[Top][All Lists]
Advanced

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

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


From: John W. Eaton
Subject: MSVC patch: fir for opendir("\\\\")
Date: Wed, 6 Dec 2006 14:35:56 -0500

On  6-Dec-2006, address@hidden wrote:

| 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.

I applied this patch.

Thanks,

jwe


reply via email to

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