Skip to content

hcount

Size of a file in bytes

hcount x     hcount[x]

Where x is a file symbol, returns as a long the size of the file.

q)hcount`:c:/q/test.txt
42

On a compressed file returns the size of the original uncompressed file.


File system
File compression