UtilExplorerAddItemToRecentDocs Method
Adds an item into the Windows recent docs (MRU) list.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void AddItemToRecentDocs(
string filePath
)
Public Shared Sub AddItemToRecentDocs (
filePath As String
)
Dim filePath As String
UtilExplorer.AddItemToRecentDocs(filePath)
public:
static void AddItemToRecentDocs(
String^ filePath
)
static member AddItemToRecentDocs :
filePath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filePath String
-
The file path.
ArgumentNullException
|
filePath
|