public static SegmentFileName ( string segmentName, string segmentSuffix, string ext ) : string | ||
segmentName | string | |
segmentSuffix | string | |
ext | string | |
Résultat | string |
NOTE: .<ext> is added to the result file name only if ext
is not empty.
NOTE: _<segmentSuffix> is added to the result file name only if it's not the empty string
NOTE: all custom files should be named using this method, or otherwise some structures may fail to handle them properly (such as if they are added to compound files).
public static SegmentFileName ( string segmentName, string segmentSuffix, string ext ) : string | ||
segmentName | string | |
segmentSuffix | string | |
ext | string | |
Résultat | string |