CreateTempFileNameAsync Method
Creates a unique file name given the parameters. Note the theoretical race condition since the file name is only guaranteed to be unique at the point it is generated.
public static System.Threading.Tasks.Task<string> CreateTempFileNameAsync(
Windows.Storage.StorageFolder ,
System.string ,
System.string ,
System.string
)
'Declaration
Public Shared Function CreateTempFileNameAsync( _
ByVal As Windows.Storage.StorageFolder, _
Optional ByVal As System.String, _
Optional ByVal As System.String, _
Optional ByVal As System.String _
) As System.Threading.Tasks.Task(Of String)
Parameters
- folder
- extension
- prefix
- suffix