Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

Performs operations on strings that contain file or directory path information.

This is the standard library System.IO.Path class. Documentation for frequently used class members is provided here for your convenience.

Переменные

AltDirectorySeparatorCharAn alternate character used to separate directory levels. (Read Only)
DirectorySeparatorCharThe default character used to separate directory levels. (Read Only)

Открытые функции

CombineConcatenates two path strings.
GetDirectoryNameReturns the directory name component of the specified path string.
GetExtensionReturns the extension component of the specified path string.
GetFileNameReturns the file name, including the extension if any, of the specified path string.
GetFileNameWithoutExtensionReturns the file base component of the specified path string without the extension.