I'm trying to list a files folder, I'm not getting it,
The error says that directoryinfo does not support URLs.
DirectoryInfo directoryinfo = new DirectoryInfo("http://127.0.0.1");
IEnumerable<FileInfo> fileList = directoryinfo.GetF...
asked by
14.05.2017 / 20:40