L
lovenj2008
Unregistered / Unconfirmed
GUEST, unregistred user!
我想通过此程序实现的功能:
用计时器每秒去判断一个文件夹下是否存在文件,如果存在的话,怎样才能获取该文件名呢?如果存在多个文件的话,则获取第一个文件的文件名,并把获取的文件名传递给一个变量.
我需要的是这样的函数,
function returnfileNum(pathname: string):integer;
它能返回pathname指定的文件夹内的文件数目,或者是
function returnfileExist(pathname: string):boolean;
它能返回pathname指定的文件夹内是否有文件。 pathname 文件的目录
用计时器每秒去判断一个文件夹下是否存在文件,如果存在的话,怎样才能获取该文件名呢?如果存在多个文件的话,则获取第一个文件的文件名,并把获取的文件名传递给一个变量.
我需要的是这样的函数,
function returnfileNum(pathname: string):integer;
它能返回pathname指定的文件夹内的文件数目,或者是
function returnfileExist(pathname: string):boolean;
它能返回pathname指定的文件夹内是否有文件。 pathname 文件的目录