Interface IShortcutHandler
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public interface IShortcutHandler
Methods
Create(String, String)
Creates the specified shortcut path.
Declaration
void Create(string shortcutPath, string targetPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | shortcutPath | The shortcut path. |
System.String | targetPath | The target path. |
GetExtension()
Gets the extension.
Declaration
ReadOnlySpan<char> GetExtension()
Returns
Type | Description |
---|---|
System.ReadOnlySpan<System.Char> |
Resolve(ReadOnlySpan<Char>)
Resolves the specified shortcut path.
Declaration
ReadOnlySpan<char> Resolve(ReadOnlySpan<char> shortcutPath)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlySpan<System.Char> | shortcutPath | The shortcut path. |
Returns
Type | Description |
---|---|
System.ReadOnlySpan<System.Char> | System.String. |