We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SIZE? target
Returns the size of a file.
SIZE? is a function value.
#SOURCE
size?: make function! [ [ "Returns the size of a file." target [file! url!] ][ all [ target: attempt [query target] target/size ] ] ]