Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1020 Bytes

HelpersFormatFileSize.md

File metadata and controls

56 lines (30 loc) · 1020 Bytes

Format-FileSize

DO NOT USE. Not part of the public API.

Syntax

Format-FileSize `
  -Size <Double> [<CommonParameters>]

Description

Formats file size into a human readable format.

Notes

Available in 0.9.10+. This function is not part of the API.

Aliases

None

Inputs

None

Outputs

None

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters http://go.microsoft.com/fwlink/p/?LinkID=113216 .

Examples

EXAMPLE 1

Format-FileSize -Size $fileSizeBytes

Links

  • [[Get-WebFile|HelpersGetWebFile]]

[[Function Reference|HelpersReference]]

NOTE: This documentation has been automatically generated from Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Format-FileSize -Full.