mirror of
https://github.com/actions/runner.git
synced 2026-07-19 21:51:53 +08:00
Retry GetFinalPathNameByHandle with a larger buffer when the path exceeds 1024 chars. Handle \?\UNC\ prefix conversion to standard UNC paths. Use StringComparison.Ordinal for prefix checks. Skip the drive letter test when TEMP is a UNC path.