diff options
author | http://nullroute.eu.org/~grawity/ <Mantas@web> | 2013-09-13 22:05:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-13 22:05:37 +0000 |
commit | 567f96c6734fc687af5fc66dbb565ae4699da908 (patch) | |
tree | 2838191b975962108d3c2745e65790de0f6ba7e4 /doc/devblog/day_9__Friday_the_13th | |
parent | 928ef0ac8a762b59ac26bf07650047dcce3c4c55 (diff) |
Added a comment
Diffstat (limited to 'doc/devblog/day_9__Friday_the_13th')
-rw-r--r-- | doc/devblog/day_9__Friday_the_13th/comment_1_07195b4ec399ba1be6c8bdb3ae0fa50b._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_9__Friday_the_13th/comment_1_07195b4ec399ba1be6c8bdb3ae0fa50b._comment b/doc/devblog/day_9__Friday_the_13th/comment_1_07195b4ec399ba1be6c8bdb3ae0fa50b._comment new file mode 100644 index 000000000..aff4dc264 --- /dev/null +++ b/doc/devblog/day_9__Friday_the_13th/comment_1_07195b4ec399ba1be6c8bdb3ae0fa50b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://nullroute.eu.org/~grawity/" + nickname="Mantas" + subject="comment 1" + date="2013-09-13T22:05:37Z" + content=""" +Windows *does* have something very much like symlinks – they're called *symlinks* (\"symbolic links\") and they are meant to [\"function just like UNIX links\"][1] as the official docs say. + +But on the other hand, yes – `isSymlink` makes less sense on Windows, because symlinks are just a type of reparse points, and there may be several other types (e.g. directory junctions should also be treated like symlinks, but mount points shouldn't...) + +[1]: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365680(v=vs.85).aspx +"""]] |