FileUtilities.CompleteDirectoryName - метод Смотри также Terrasoft.Common - пространство имен > FileUtilities - класс : CompleteDirectoryName - метод C#
- directoryName
- The name of the folder.
Glossary Item Box
public static string CompleteDirectoryName( string directoryName )
Параметры
- directoryName
- The name of the folder.
Тип возвращаемого значения
The string that represents the name of the specified folder in the following format: [Folder Name][Separator].Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | When passing as a parameter directoryName of an empty string or null . |
[Separator] - a character set by the platform (OS) for separating folder levels in the path string.