如何用pascal确定在一个文件夹中有没有名为X.X的文件???

PCFAN9999这位,我是新手,看不懂啊。最好有中文说明啊。
2025-04-30 01:29:07
推荐回答(1个)
回答1:

function Exist(Path:string):boolean;

if not Exist('c:\windows') then writeln('windows is not exist in c:\');