Creates a unique file name with the specified parameters.
Namespace: FlightPlan.OptimizerAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string CreateUniqueFileName( string directoryPath, string fileName, string fileExtension ) |
Visual Basic |
---|
Public Shared Function CreateUniqueFileName ( _ directoryPath As String, _ fileName As String, _ fileExtension As String _ ) As String |
Visual C++ |
---|
public: static String^ CreateUniqueFileName( String^ directoryPath, String^ fileName, String^ fileExtension ) |
Parameters
- directoryPath
- Type: System..::..String
The directory path.
- fileName
- Type: System..::..String
The file name.
- fileExtension
- Type: System..::..String
The file extension.