I want to list all the files on disk. I use WinAPI FindFirst / FindNext for listing. But this method takes a lot of time. I read somewhere that we can list very quickly by reading the table of the main ntfs files, which contains all the information about each file on the disk. Is there any API or any method in C ++ for reading the ntfs main table?
There is no C ++ library library that will be OS specific, as this will not work on other platforms or other file systems.
, , - Windows API, std ++.
NTFS Linux, Linux.
Source: https://habr.com/ru/post/1570862/More articles:Running the COPY command to load gzip-ed data into Redshift in S3 - amazon-s3Pointer in Struct - unknown array size - cwhy ViewStates instead of sessions - asp.netPlug and unplug Bluetooth BLE on Windows Phone 8.1 - c #how to switch between left and right css rules using jQuery? - jqueryC # Task Exception Management - c #Как установить многоядерный пакет на R v3.1.2? - rNested Wildcards - javaBoot insert 3 inline inline mesh - htmlHow to get the number of rows affected from a JdbcTemplate? - javaAll Articles