namespace ToolKit.FileToolkit { public enum FileOperationResult { OK, NOTEXIST, WRITEERROR } }