File Size condition

Any questions? Need some help?
Post Reply
Keven07
Posts: 22
Joined: 13 Apr 2020, 08:39

File Size condition

Post by Keven07 »

{gigabytes} works great.

but i wanted 700 MB displayed instead of 0.7 GB in those < 1GB files.

how can i set condition ?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File Size condition

Post by rednoah »

f.displaySize might work:

Code: Select all

{f.displaySize}
:idea: Please read the FAQ and How to Request Help.
Keven07
Posts: 22
Joined: 13 Apr 2020, 08:39

Re: File Size condition

Post by Keven07 »

rednoah wrote: 19 Jul 2020, 06:38 f.displaySize might work:

Code: Select all

{f.displaySize}
wow thanks bro :D :D
Post Reply