Flushes the special folder cache
#include <WinAPIShellEx.au3>
_WinAPI_ShellFlushSFCache ( )
This function is called when the path to a special folder is changed. This ensures that the updated path stored
in the registry is used rather than the cached value.
Search SHFlushSFCache in MSDN Library.