Method GetCurrentSegmentFileName
GetCurrentSegmentFileName(String[])
Get the filename of the current segments_N file from a list of files.
Declaration
public static String GetCurrentSegmentFileName(String[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | files | -- array of file names to check |
Returns
Type | Description |
---|---|
System.String |
GetCurrentSegmentFileName(Directory)
Get the filename of the current segments_N file in the directory.
Declaration
public static String GetCurrentSegmentFileName(Directory directory)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | -- directory to search for the latest segments_N file |
Returns
Type | Description |
---|---|
System.String |
GetCurrentSegmentFileName()
Get the segments_N filename in use by this segment infos.
Declaration
public String GetCurrentSegmentFileName()
Returns
Type | Description |
---|---|
System.String |