Jump to content

"_FileListToArray" and "Temporary Internet Files"


Recommended Posts

hi to all,

_FileListToArray doesn't run if the Parh is the "Temporary Internet Files"

For example;

$TemporaryInternetFiles=@UserProfileDir&"\Impostazioni locali"&"\Temporary Internet Files"

$files=_FileListToArray ($TemporaryInternetFiles)

This code doesn't gives me the array with all the files contained in "Temporary Internet Files".

WHY?

Link to comment
Share on other sites

Works for me. Keeping in mind that Temporary Internet files are not actually stored in that folder, but in the CONTENT.IE5\<random string> folders.

#include <File.au3>
#include <Array.au3>

$TemporaryInternetFiles=@UserProfileDir&"\Local Settings"&"\Temporary Internet Files"
$files=_FileListToArray ($TemporaryInternetFiles)
_ArrayDisplay($files)
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...