Exemple #1
0
        private string NextFileName(string fileName)
        {
            string result = utils.GetNextIndexedFileName(workingPath, fileName, true);

            return(result);
        }