FileNameGetDirectoryName Method |
Gets the name of the directory from the given file name.
Throws an
InvalidOperationException if a directory name could not be retrieved.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetDirectoryName(
string fullFileName
)
Parameters
- fullFileName String
- Full name of the file.
Return Value
String[Missing <returns> documentation for "M:Altaxo.Main.Services.FileName.GetDirectoryName(System.String)"]
Exceptions See Also