Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always start at the top of the directory in SetPathCase()
* When uefi-ntfs is being chainloaded, we can't guarantee that the file system will not have some directories already opened, in which case directory listing may continue from an existing location when invoking SetPathCase(), instead of starting from the beginning of that directory. * Alleviate this by always issuing a SetPosition(0) when entering a directory.
- Loading branch information