Azure.Storage.PathExtensions static class PathExtensions Documentation Code namespace Azure.Storage { internal static class PathExtensions { public static string GetParentPath(this string path, char delimiter = '/'); } }