mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 03:39:26 +01:00
Case-sensitive rename operation (2/2)
This commit is contained in:
15
Code/IO/CfgStrings.cs
Normal file
15
Code/IO/CfgStrings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Flowframes.IO
|
||||
{
|
||||
class CfgStrings
|
||||
{
|
||||
// public static string dedupMode = "dedupMode";
|
||||
// public static string dedupThresh = "dedupThresh";
|
||||
// public static string keepFrames = "keepFrames";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user