Namespaces
Fake
Fake.Git
Fake.MSBuild
Fake.SQL
FakeLib
Types in Fake
AdditionalSyntax
AllowDuplicateTypes
AssemblyInfoHelper
AssemblyInfoParams
AssemblyInfoReplacementParams
AsyncHelper
Build
BuildConfiguration
BuildServer
BuildServerHelper
CacheHelper
CodeLanguage
ConsoleTraceListener
DocuHelper
DocuParams
EnvironmentHelper
Event
ExecParams
FileHelper
FileIncludes
FileSetHelper
FileSystemHelper
FileUtils
FSIHelper
FxCopErrorLevel
FxCopHelper
FxCopParams
Gallio
GallioParams
HTMLHelpWorkShopHelper
ILMergeHelper
ILMergeParams
InternalizeTypes
ITraceListener
MessageHelper
MSBuildHelper
MSBuildParams
MSBuildVerbosity
MSpecHelper
MSpecParams
NAntXmlTraceListener
NCoverHelper
NCoverParams
NuGetHelper
NuGetParams
NUnitHelper
NUnitParams
Option
PostMethod
ProcessHelper
Project
RegexEntry
RegistryBaseKey
RegistryHelper
ReportArchiveMode
REST
SCPHelper
SCPParams
Seq
Shell
StringHelper
Tags
TargetHelper
TargetKind
TargetTemplate`1
TeamCityHelper
TeamCityRESTHelper
TemplateHelper
TestCase
TestSuite
TimeoutHelper
TraceData
TraceHelper
TraceListener
TraceMode
VCSRoot
Verbosity
VSSHelper
WiXHelper
WiXParams
XCopyHelper
XMLHelper
XUnitHelper
XUnitParams
ZipHelper
Type
FileSystemHelper
Namespace
Fake
Methods
allFilesExist
checkFileExists
directoryInfo
fileInfo
filesInDir
fileSystemInfo
FullName
subDirectories
Properties
currentDirectory
Public static methods
bool
allFilesExist
(
IEnumerable<string>
files)
Checks if all given files exists
void
checkFileExists
(
string
fileName)
Checks if the file exists on disk.
DirectoryInfo
directoryInfo
(
string
path)
Creates a DirectoryInfo for the given path
FileInfo
fileInfo
(
string
path)
Creates a FileInfo for the given path
FileInfo[]
filesInDir
(
DirectoryInfo
dir)
Gets all files in the directory
FileSystemInfo
fileSystemInfo
(
string
path)
Creates a FileInfo or a DirectoryInfo for the given path
string
FullName
(
string
fileName)
Converts a file to it's full file system name
DirectoryInfo[]
subDirectories
(
DirectoryInfo
dir)
Gets all subdirectories
Public properties
string
currentDirectory
get;
Gets the current directory