Creates a unique filename based on an existing filename
#include <WinAPIShPath.au3>
_WinAPI_PathYetAnotherMakeUniqueName ( $sFilePath )
$sFilePath | The file name that the unique name will be based on. |
Success: | the fully qualified path of the unique file name. |
Failure: | Empty string. |
Search PathYetAnotherMakeUniqueName in MSDN Library.