NVelocity.NAnt.Texen
Class FileUtil

A general file utility for use in the context

Constructor Summary
FileUtil()
        Initializes a new instance of the FileUtil class.

Method Summary
System.IO.FileInfo file(string s)
         A method to get a File object.
System.IO.FileInfo file(string base_Renamed, string s)
         A method to get a File object. *
string mkdir(string s)
         Creates the directory s (and any parent directories needed).

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

FileUtil

public FileUtil()

Initializes a new instance of the FileUtil class.

Method Detail

file

public System.IO.FileInfo file(string s)

A method to get a File object.

Parameters:
String - path to file object to create.
Returns:
File created file object.

file

public System.IO.FileInfo file(string base_Renamed,
                               string s)

A method to get a File object. *

Parameters:
String - base path
String - file name
Returns:
File created file object.

mkdir

public string mkdir(string s)

Creates the directory s (and any parent directories needed).

Parameters:
String - path/directory to create.
String - report of path/directory creation.