Jump to content

Need help on DirGetSize


Go to solution Solved by 0xdefea7,

Recommended Posts

How can I make a script which will notify me when a specific folder's size is greater than 1 MB?

Local $size = DirGetSize("C:\Teste")

If $size > 1048576 ThenMsgBox(0,"","Test")
 Else
MsgBox(0, "","Testing")

EndIf

I tried above,but it always shows 

MsgBox(0, "","Testing")

How can I make it work?

Edited by SirDarknight1200
Link to comment
Share on other sites

  • Moderators

Pincopanco,

Tidy:

How: If you use the full SciTE4AutoIt3 package (and if not, why not?) then pressing Ctrl T will start Tidy. You can also find the <Tidy AutoIt Source> entry under the <Tools> menu if you are editing an au3 file. :)

When: Often! I use it all the time to check that there are no missing loop/conditional terminators and to make the code easier to read by properly indenting the lines - although I do try to do all that correctly as I code. It is also the first thing I run on posted code that I copy from the forum - practically every script needs to be Tidied before it becomes legible. How some people understand their own ragged, untidy, incomplete code is quite beyond me - perhaps that is one reason that they need to post it. ;)

We all owe a huge vote of thanks to Jos for having provided such a valuable tool. :thumbsup:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

@ Melba23

thanks a lot Melba23 for the explanation, it seems a useful tool
now is more clear, (.... and also my listings will be so :) )

I think that "Tidy" will be my friend.

thanks again
bye

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...