Javascript File length

From FreeSWITCH Wiki

Jump to: navigation, search

Contents

Description

Returns the length of the file

Synopsis

length

Example

var fd = new File("/tmp/blah");
console_log(fd.length+"\n");

See Also

Javascript

Personal tools
Community