Jump to content

How to locate full file/dir length more that 256 of whole vol. and output to a file(txt)?


dkwokgs
 Share

Recommended Posts

Hi There,

Is there a way in Autoit or vbs to locate full file/dir length more that 256 of whole vol. and output to a file(txt)?

Please advise. Thanks

You need to do a recursive search function to list every file, using StringLen() to check the length of the path string. Do you have any code yet? There are many examples of recursive searches on the forum.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Here is _FileListToArrayEx() by SmOke_N.

This is _RegSearch() by some rakishly good looking flightless antarctic water fowl.

They both demonstrate a recursive technique, and there are MANY more examples on this forum.

Between the two, you could tweak SmOke_N's the easiest to return only files where StringLen($FilePath) > 256.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...