SetCurrentDir(s); // S='//localhost/'
FindFirst(s+'*.*', faDirectory, searchResult);
x:=searchResult.Name; // Result (name finded folder)
我正在尝试在 //127.0.0.1/ 目录中查找文件夹。此代码在 localhost 目录中工作,结果为空。
如何检测检测到的文件夹是可写的还是只读的?
SetCurrentDir(s); // S='//localhost/'
FindFirst(s+'*.*', faDirectory, searchResult);
x:=searchResult.Name; // Result (name finded folder)
我正在尝试在 //127.0.0.1/ 目录中查找文件夹。此代码在 localhost 目录中工作,结果为空。
如何检测检测到的文件夹是可写的还是只读的?