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