patrick.xu
2021-11-10 f21b729eb47bcdedfb4a63a6554938cafbb56095
1
2
3
4
5
6
7
8
9
namespace ToolKit.FileToolkit
{
    public enum FileOperationResult
    {
        OK,
        NOTEXIST,
        WRITEERROR
    }
}