You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, calling path_from_id for a temporary file system resource causes the error OpenFile(Os { code: 87, kind: InvalidInput, message: "The parameter is incorrect." }) occurs. This stems from a call to windows_sys::Win32::Storage::FileSystem::OpenFileById.
The text was updated successfully, but these errors were encountered:
On Windows, calling
path_from_id
for a temporary file system resource causes the errorOpenFile(Os { code: 87, kind: InvalidInput, message: "The parameter is incorrect." })
occurs. This stems from a call towindows_sys::Win32::Storage::FileSystem::OpenFileById
.The text was updated successfully, but these errors were encountered: