limit knowledge of lnk files

This commit is contained in:
Luke Pulverenti
2013-10-01 15:25:12 -04:00
parent 8f002964fb
commit 2da4ef2a01
2 changed files with 13 additions and 7 deletions

View File

@@ -247,7 +247,10 @@ namespace MediaBrowser.Controller.IO
}
}
public class WindowsShortcut
/// <summary>
/// Adapted from http://stackoverflow.com/questions/309495/windows-shortcut-lnk-parser-in-java
/// </summary>
internal class WindowsShortcut
{
public bool IsDirectory { get; private set; }
public bool IsLocal { get; private set; }