项目

一般

简介

ClearFile » 历史记录 » 版本 3

yangdefeng, 2022-06-22 11:14

1 1 machenhe
_*%{color:green}clearFile%*_
2
清理指定文件
3
4
标签:命令定义|clearFile
5
6
*格式*
7
|命令名		|参数1		|
8
|clearFile	|文件路径	|
9
10
说明:
11
* 参数1: 读取文件的路径
12 3 yangdefeng
路径需要基于..\Mir200\Envir
13 1 machenhe
%{color:lightGrey}举例
14
设定读取路径为
15 3 yangdefeng
\QuestDiary\数据文件\地图开荒配置.txt
16 1 machenhe
完整读取路径
17 3 yangdefeng
..\Mir200\Envir\QuestDiary\数据文件\地图开荒配置.txt%
18 1 machenhe
19
-
20
-
21
22
*%{color:deepskyblue}脚本示例:%*
23
24
bq. [<notextile>@</notextile>main]
25
#act
26 3 yangdefeng
mov s$file \QuestDiary\数据文件\地图开荒配置.txt
27 1 machenhe
&nbsp;
28
#say
29
<text:创建文件:20:20/<notextile>@</notextile>创建文件>
30
<text:清除文件:20:120/<notextile>@</notextile>清除文件>
31
&nbsp;
32
[<notextile>@</notextile>创建文件]
33
#act
34
pgWriteConfigFileItem <$str(s$file)> 第一大陆 新加地图 103
35
pgReadConfigFileItem <$str(s$file)> 第一大陆 新加地图 n0
36
sendMsg 6 配置项值=<$str(n0)>
37
print 配置项值=<$str(n0)>
38
&nbsp;
39
[<notextile>@</notextile>清除文件]
40
#act
41
clearFile <$str(s$file)>
42
pgReadConfigFileItem <$str(s$file)> 第一大陆 新加地图 n0
43
sendMsg 6 配置项值=<$str(n0)>
44 2 machenhe
print 配置项值=<$str(n0)>