cppcryptfs icon indicating copy to clipboard operation
cppcryptfs copied to clipboard

Storing opened files paths

Open shujaat-github opened this issue 3 years ago • 0 comments

Just like storing open handles using GetContext()->m_open_handles.insert(handle); I want to store file paths too so that I may check which specific files are open before unmounting drive. I noticed that at the moment when handle is stored, FileName is just L"\\".

@bailey27 can you please guide me how to achieve this? or better add this support in cppcryptfs.

shujaat-github avatar Aug 30 '22 10:08 shujaat-github