Method FileNameFromGeneration
FileNameFromGeneration(String, String, Int64)
Computes the full file name from base, extension and generation. If the generation is -1, the file name is null. If it's 0, the file name is If it's > 0, the file name is
Declaration
public static String FileNameFromGeneration(String base_Renamed, String extension, long gen)
Parameters
Type | Name | Description |
---|---|---|
System.String | base_Renamed | -- main part of the file name |
System.String | extension | -- extension of the filename (including .) |
System.Int64 | gen | -- generation |
Returns
Type | Description |
---|---|
System.String |