Is it possible to list files with MySQL's Load_file()? Is there any meta file that would contain the file names or so? Thanks
|
feedback
|
|
You mean by reading the directory entry data? In general, it would work, but obviously an implementation would inevitably be platform- and filesystem-specific. If you need it for a feature and not as a security consideration, don't do it. | |||||||||||
feedback
|
load_fileis misleading. I wonder if a readable file reflecting the file tree exists. – Mikulas Dite Feb 6 at 20:40