ARKBreedingStats.FileSync.changeFile C# (CSharp) Method

changeFile() public method

public changeFile ( String newFileName ) : void
newFileName String
return void
        public void changeFile(String newFileName)
        {
            currentFile = newFileName;

            // Update the FileSystemWatcher properties
            updateProperties();
        }