Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

FileUtilities.CompleteDirectoryName - метод Смотри также  Terrasoft.Common - пространство имен > FileUtilities - класс : CompleteDirectoryName - метод C#

directoryName
The name of the folder.

Glossary Item Box

Forms the name of the specified folder in the following format: [Folder Name][Separator].

Синтаксис

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].

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionWhen 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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?