FilePathExtensions Class

Summary

Contains extension methods for working with FilePath's
Assembly
Cake.Incubator.dll
Namespace
Cake.Incubator.FilePathExtensions
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["FilePathExtensions"] class Type type-node

Syntax

public static class FilePathExtensions

Attributes

Type Description
CakeNamespaceImportAttribute

Methods

Name Value Summary
HasFileExtension(FilePath, string) bool
Checks if the path has a specific file extension (case-insensitive)
static
HasFileName(FilePath, string) bool
Checks if the path has a specific filename and extension
static
IsProject(FilePath) bool
Checks if the FilePath is a vbproj/csproj/fsproj file
static
IsSolution(FilePath) bool
Checks if the FilePath is a solution file
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin