SetCurrentDir(s); // S='//localhost/'
FindFirst(s+'*.*', faDirectory, searchResult);
x:=searchResult.Name; // Result (name finded folder)
I'm trying to find folder's in //127.0.0.1/ directory. This code dosent work in localhost directory, the result is empty.
How to detect that detected folder is writeable or only read?