FileSize

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


Description

FileSize is a plugin to get filesize from files.

Requirements


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.

  • GitHub - Source code repository.




Back to External Filters