FileSize

From Avisynth wiki
Jump to: navigation, search
Abstract
Author pureexe
Version v1.00
Download FileSize_x86.dll
FileSize_x64.dll
Category Support filters
License MIT
Discussion


Contents

Description

FileSize is a plugin to get filesize from files.

Requirements


Syntax and Parameters

FileSize (string)


string   =
Path to file that you want to get filesize from.


Examples

Usage:

filelegnth = FileSize("C:/Path/To/MyVideo.mp4")

Return:

file size in byte or -1 if file does not exist.

Please note that return type is Float to avoid integer overflow. but if you want return type in integer you can use Int() to convert Float back to Int.

External Links

  • GitHub - Source code repository.




Back to External Filters

Personal tools