公告板
版本库
filestore
活动
搜索
登录
main
/
M064
漏光检测
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add source
alvin.chen
2019-11-29
edf127edc771f715c49f86e91e768633f0a0ed93
[M064.git]
/
FileToolkit
/
FileOperationResult.cs
1
2
3
4
5
6
7
8
9
namespace ToolKit.FileToolkit
{
public enum FileOperationResult
{
OK,
NOTEXIST,
WRITEERROR
}
}