diff options
Diffstat (limited to 'MediaBrowser.Model/IO/IShortcutHandler.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/IShortcutHandler.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/MediaBrowser.Model/IO/IShortcutHandler.cs b/MediaBrowser.Model/IO/IShortcutHandler.cs deleted file mode 100644 index 16255e51f..000000000 --- a/MediaBrowser.Model/IO/IShortcutHandler.cs +++ /dev/null @@ -1,25 +0,0 @@ - -namespace MediaBrowser.Model.IO -{ - public interface IShortcutHandler - { - /// <summary> - /// Gets the extension. - /// </summary> - /// <value>The extension.</value> - string Extension { get; } - /// <summary> - /// Resolves the specified shortcut path. - /// </summary> - /// <param name="shortcutPath">The shortcut path.</param> - /// <returns>System.String.</returns> - string Resolve(string shortcutPath); - /// <summary> - /// Creates the specified shortcut path. - /// </summary> - /// <param name="shortcutPath">The shortcut path.</param> - /// <param name="targetPath">The target path.</param> - /// <returns>System.String.</returns> - void Create(string shortcutPath, string targetPath); - } -} |
