$file info

Allows you to check the details of a file.


Example

Running this code will get the file info "Total Size" of "TEST.txt" saved in "Desktop", and load it as HTML.

This is shown in the UBot browser. It shows that the file size is 22kb.

load html($plugin function("Data and Files Automation.dll", "$file info", "{$special folder("Desktop")}\\TEST.txt", "Total Size"))

Was this helpful?

Previous Article

$csv to xml

Next Article

$file/string compare