Displaying 11 results from an estimated 11 matches for "aa365247".
2018 Mar 24
1
Possible bug: file.exists() always returns TRUE for prn.us.txt
...?prn?, ?aux?, ?clock$?, ?nul?, ?com1? to ?com9?, and
> ?lpt1? to ?lpt9' (possibly followed by extensions) are also bad. You can
> Google "PRN filename in Windows" to find lots of people confused by this.
> One page I get is
>
> https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
>
> but there's no guarantee that will work five minutes from now.
>
> Duncan Murdoch
>
>
>
>> In a fresh R session 3.4.4 installed on Windows 10:
>>
>> grep("prn.us.txt", dir(recursive = TRUE))
>>>
>> integer(0)
>&g...
2018 Mar 24
2
Possible bug: file.exists() always returns TRUE for prn.us.txt
Dear all,
while preparing some exercises I came across some highly surprising
behaviour of file.exists(). The specific value "prn.us.txt" always returns
TRUE, even though that file is nowhere to be found on my system.
In a fresh R session 3.4.4 installed on Windows 10:
> grep("prn.us.txt", dir(recursive = TRUE))
integer(0)
> file.exists("prn.us.txt")
[1] TRUE
2018 Jan 08
2
Bug 17159 - recursive dir.create() fails on windows shares due to permissions
...tempt to create the directory (unless it is of the form x: - i.e. a drive name)
= Ignore any ?already exists? errors, otherwise throw an error
This logic appears flawed in that it skips \\share which isn?t a valid path format (according to https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my memory, it?s possible that \\share was a supported format in very old versions of Windows, but it?s been a long time since the UNC format came in. It?s also possible that \\share is a valid format in some odd environments, but the UNC format is far more widely used.
Th...
2018 Jan 17
2
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
...m x: - i.e. a
>> drive name)
>> = Ignore any ?already exists? errors, otherwise throw an error
>>
>> This logic appears flawed in that it skips \\share which isn?t a valid
>> path format (according to https://msdn.microsoft.com/en-
>> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my memory,
>> it?s possible that \\share was a supported format in very old versions of
>> Windows, but it?s been a long time since the UNC format came in. It?s also
>> possible that \\share is a valid format in some odd environments, but the
>> UNC...
2018 Mar 24
0
Possible bug: file.exists() always returns TRUE for prn.us.txt
...ng with "?con?, ?prn?, ?aux?, ?clock$?, ?nul?, ?com1? to
?com9?, and ?lpt1? to ?lpt9' (possibly followed by extensions) are also
bad. You can Google "PRN filename in Windows" to find lots of people
confused by this. One page I get is
https://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
but there's no guarantee that will work five minutes from now.
Duncan Murdoch
>
> In a fresh R session 3.4.4 installed on Windows 10:
>
>> grep("prn.us.txt", dir(recursive = TRUE))
> integer(0)
>> file.exists("prn.us.txt")
> [1] TR...
2018 Jan 17
2
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
...gt; drive name)
>>> = Ignore any ?already exists? errors, otherwise throw an error
>>>
>>> This logic appears flawed in that it skips \\share which isn?t a valid
>>> path format (according to https://msdn.microsoft.com/en-
>>> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my memory,
>>> it?s possible that \\share was a supported format in very old versions of
>>> Windows, but it?s been a long time since the UNC format came in. It?s also
>>> possible that \\share is a valid format in some odd environments, but the...
2018 Jan 16
0
Bug 17159 - recursive dir.create() fails on windows shares due to permissions
...(unless it is of the form x: - i.e. a
> drive name)
> = Ignore any ?already exists? errors, otherwise throw an error
>
> This logic appears flawed in that it skips \\share which isn?t a valid
> path format (according to https://msdn.microsoft.com/en-
> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my memory,
> it?s possible that \\share was a supported format in very old versions of
> Windows, but it?s been a long time since the UNC format came in. It?s also
> possible that \\share is a valid format in some odd environments, but the
> UNC format is far m...
2018 Feb 16
1
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
...Ignore any ?already exists? errors, otherwise throw an error
>>>>>
>>>>> This logic appears flawed in that it skips \\share which isn?t a valid
>>>>> path format (according to https://msdn.microsoft.com/en-
>>>>> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my
>> memory,
>>>>> it?s possible that \\share was a supported format in very old versions
>> of
>>>>> Windows, but it?s been a long time since the UNC format came in. It?s
>> also
>>>>> possible that \\share i...
2014 Sep 18
3
patch for win_utf8_io.c: vsnprintf_s vs. MinGW
lvqcl wrote:
> Oops. It seems that vsnprintf_s isn't always available on MinGW platform:
> MinGW declares this function only if MINGW_HAS_SECURE_API macro is defined.
> That's because WinXP version of msvcrt.dll doesn't contain secure functions
> like vsnprintf_s.
>
> Maybe it's better to revert vsnprintf_s to vsprintf or to use vnsprintf?
Ok, we need to drop
2018 Jan 17
0
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
...gt; drive name)
>> = Ignore any ?already exists? errors, otherwise throw an error
>>
>> This logic appears flawed in that it skips \\share which isn?t a valid
>> path format (according to https://msdn.microsoft.com/en-
>> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my memory,
>> it?s possible that \\share was a supported format in very old versions of
>> Windows, but it?s been a long time since the UNC format came in. It?s also
>> possible that \\share is a valid format in some odd environments, but the...
2018 Jan 17
0
[R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)
...;>> = Ignore any ?already exists? errors, otherwise throw an error
> >>>
> >>> This logic appears flawed in that it skips \\share which isn?t a valid
> >>> path format (according to https://msdn.microsoft.com/en-
> >>> us/library/windows/desktop/aa365247(v=vs.85).aspx ). Dredging my
> memory,
> >>> it?s possible that \\share was a supported format in very old versions
> of
> >>> Windows, but it?s been a long time since the UNC format came in. It?s
> also
> >>> possible that \\share is a valid format in s...