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.3572.0 (4.8.3572.0)
Syntaxpublic static string GetDirectoryName(
string fullFileName
)
Parameters
- fullFileName String
- Full name of the file.
Return Value
StringThe directory name extracted from
fullFileName.
Exceptions
See Also