Possible duplicate:How to get the file name of the process that is currently running in vb6
I want to display a list of all open files on my system. Additional information is displayed for each open file: descriptor value, read / write / delete access, file position, process that opened the file. here is the link http://www.nirsoft.net/utils/opened_files_view.html I need the same functionality in vb6
I think it will be difficult to list all files with vb6.Take a look at this, for example: http://www.codeproject.com/Articles/18975/Listing-Used-Files
Source: https://habr.com/ru/post/946302/More articles:RVM.ruby-gemset file does not switch gemsets - rvmSelf Hosted WebApi available on LAN - asp.net-web-apiAn external variable located in a function? - c ++How to get a list of open file descriptors for a process in vb6 - processWhy does declaring an external variable inside main () work, but not defining it inside main ()? - cHow to get the file name of the process that is currently running in vb6 - vbaC ++ string too large, truncated characters - c ++How to remove all child components of a container? - javaBuilding points from princomp loads in R - rHow to implement the "Go to top" functionality? - extjsAll Articles