VFSPathExtensions.Normalize(string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Extensions.VFSPathExtensions
VFSPathExtensions.Normalize(string) Method
Normalizes a path by removing redundant separators and resolving relative components.
public static string Normalize(string path);
Parameters
path System.String
The path to normalize.
Returns
System.String
The normalized path.