Skip to content

Commit

Permalink
Merge pull request #3944 from aG0aep6G/patch-2
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
H. S. Teoh committed Jan 21, 2016
2 parents 8046230 + 40a1713 commit 5c124e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/file.d
Expand Up @@ -1383,8 +1383,8 @@ private bool existsImpl(const(FSChar)* namez) @trusted nothrow @nogc
Returns the attributes of the given file.
Note that the file attributes on Windows and Posix systems are
completely different. On Windows, they're what is returned by $(WEB
msdn.microsoft.com/en-us/library/aa364944(v=vs.85).aspx,
completely different. On Windows, they're what is returned by
$(WEB msdn.microsoft.com/en-us/library/aa364944(v=vs.85).aspx,
GetFileAttributes), whereas on Posix systems, they're the $(LUCKY
st_mode) value which is part of the $(D stat struct) gotten by
calling the $(WEB en.wikipedia.org/wiki/Stat_%28Unix%29, $(D stat))
Expand Down

0 comments on commit 5c124e1

Please sign in to comment.