Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
powdrgit
1.3.0
classes/GitConfigFile.ps1
class
GitConfigFile
{
[String]
$Scope
[String]
$Path
[Boolean]
$Exists
[System.IO.FileInfo]
$FileInfo
[String]
ToString
(
)
{
return
$this
.
FileInfo
.
FullName
}
}