Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.24 KB

Test-Utf8Signature.md

File metadata and controls

63 lines (44 loc) · 1.24 KB
external help file Module Name online version schema
Detextive.dll-Help.xml
Detextive
2.0.0

Test-Utf8Signature

SYNOPSIS

Returns true if a file starts with the optional UTF-8 BOM/signature.

SYNTAX

Test-Utf8Signature [-Path] <String> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Test-Utf8Signature README.md
False

PARAMETERS

-Path

The file to test.

Type: String
Parameter Sets: (All)
Aliases: FullName

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Any object with a Path or FullName property to use for a file location.

OUTPUTS

System.Boolean indicating that the file begins with the bytes EF BB BF.

NOTES

RELATED LINKS