stat-file <file> \ size | type | path | name \ to <variable>Copied!
stat-file "/home/user/file" size to szCopied!
stat-file "/home/user/some_name" type to what if-true what equal GG_FILE @It's a file! else-if what equal GG_DIR @It's a directory! else-if @Doesn't exist! end-ifCopied!
stat-file "../file" path to fpCopied!