Closed psantosl closed 4 years ago
Yes, you could do something like procfs with ProjFS. Your provider application would get the process info and surface it as directories and files. When process info changes the provider would use the PrjDeleteFile/PrjUpdateFileIfNeeded APIs to update anything that had been cached to the disk due to user access. See Handling View Changes for more information.
Hi,
Can virtual files be created with profjs?
I mean, suppose you want to create something like a directory to show info of running processes. Possible?
If not: expected?
I understand the basic functionality of procfs and I love it, but I'd like to have both "copied files" and virtual files.
Thanks!