Returns a file name representation with the current and unique datetime representation included.
Namespace: FlightPlan.OptimizerAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string CreateUniqueDateTimeFileName(
string fullPath
) |
Visual Basic |
---|
Public Shared Function CreateUniqueDateTimeFileName ( _
fullPath As String _
) As String |
Visual C++ |
---|
public:
static String^ CreateUniqueDateTimeFileName(
String^ fullPath
) |
Parameters
- fullPath
- Type: System..::..String
A full path to a file, incuding directory, filename and extension.
Return Value
A file path with the next representation [directoryPath][fileName]_[date]_[time][fileExtension]
See Also