Instructions //使用说明
- Add file input and output to the .pas file //一键给.pas文件加上文件输入输出
- (Drag and drop the named .pas file into the window) //(请将已经命名好的.pas文件拖拽到窗口中)
About author //关于作者
- Author: PillarsZhang //作者:PillarsZhang 章鱼DS
- Website:https://www.pizyds.com/ //网站:https://www.pizyds.com/
- Copyright & follows GPL3.0 open source //版权所有&遵循GPL3.0开源
发布说明
This is the first published version. V1.1
- One known bug: it can't support Chinese char because of the crt unit.
- So don't use path which includes Chinese char.
看不懂没关系(我也是造的),以下为正文
- 这是一个用pascal编写的
大型程序,可能主要大在界面的调试上,但依然是纯的pascal代码和少量cmd - 我使用的编译器:fpc 3.0.2,会产生几个不影响运行的warnings,请忽略。
- 代码注释还比较少,但是基于少量面向对象思维,Pillars大量使用function和procedure,希望函数名以及变量名能促进一些理解。
- 因为使用了crt单元,程序无法输出中文,且无法处理中文路径,请见谅。(fpc 2.0.4 also failed)
- 使用方法:将.pas文件直接拖拽到窗口中,程序会在文件所在目录创建文件夹并输出结果。
源码 on Github
https://github.com/PillarsZhang/PiZYDS_Add_File_IO_To_PAS/
下载
PiZYDS下载:http://down.pizyds.com/PiZYDS_Add_File_IO_To_PAS_V1.1.exe
立即下载
文章评论