namespace AIStudio.Tools.Rust; /// /// Data structure for selecting a directory when a previous directory was selected. /// /// The path of the previous directory. public readonly record struct PreviousDirectory(string Path);