Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.IOUtilities.GetFileSize

Jackson Wood edited this page Feb 20, 2019 · 1 revision

IOUtilities.GetFileSize

public static Int64 GetFileSize(string filePath);

Parameters

Name Description
filePath

Returns

Int64: Result of the function calculations

Description

Gets the size (in bytes) of a given file.

Clone this wiki locally