C# Класс NAnt.Core.Functions.DirectoryFunctions

Наследование: NAnt.Core.FunctionSetBase
Показать файл Открыть проект

Открытые методы

Метод Описание
DirectoryFunctions ( Project project, PropertyDictionary properties ) : System

Приватные методы

Метод Описание
Exists ( string path ) : bool
GetCreationTime ( string path ) : System.DateTime
GetCurrentDirectory ( ) : string
GetDirectoryRoot ( string path ) : string
GetLastAccessTime ( string path ) : System.DateTime
GetLastWriteTime ( string path ) : System.DateTime
GetParentDirectory ( string path ) : string

Описание методов

DirectoryFunctions() публичный Метод

public DirectoryFunctions ( Project project, PropertyDictionary properties ) : System
project NAnt.Core.Project
properties NAnt.Core.PropertyDictionary
Результат System