Funktionreferenz


_WinAPI_ShellAddToRecentDocs


Adds a file to the most recently and frequently item list

#include <WinAPIShellEx.au3>
_WinAPI_ShellAddToRecentDocs ( $sFilePath )

Parameter

$sFilePath The name of the file to be added. Set this parameter to empty string to clear all usage data on all items.

Rückgabewert

None.

Bemerkungen

None.

Siehe auch

Suche nach SHAddToRecentDocs in der MSDN Bibliothek.

Beispiel