Converts a path to one suitable to be passed to Win32 API functions that can deal with paths longer than 248 characters then calls the supplied function on it.
The Path to call F on.
The result of calling F on path.
References: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
See Implementation
Converts a path to one suitable to be passed to Win32 API functions that can deal with paths longer than 248 characters then calls the supplied function on it.