extendedPathThen

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.

version(Windows)
package
extendedPathThen
()
(
const(char)[] path
)

Parameters

path const(char)[]

The Path to call F on.

Return Value

Type: auto

The result of calling F on path.

References: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx

Suggestion Box / Bug Report