Jump to content

Desktop Icons Help


Kasteel
 Share

Recommended Posts

Hi

I am able to list desktop icons that were created by a user with the following code:

CODE
#include <Array.au3>

#include <File.au3>

$DESK_FILES = _FileListToArray(@DesktopDir)

_ArrayDisplay($DESK_FILES)

Is there a way to get a list of everything on the desktop, including shorcuts and icons like My Computer, My Documents, etc.

Would appreciate any help :)

Link to comment
Share on other sites

Hi

I am able to list desktop icons that were created by a user with the following code:

CODE
#include <Array.au3>

#include <File.au3>

$DESK_FILES = _FileListToArray(@DesktopDir)

_ArrayDisplay($DESK_FILES)

Is there a way to get a list of everything on the desktop, including shorcuts and icons like My Computer, My Documents, etc.

Would appreciate any help :)

It`s no need to open another thread for this subject. If you have other questions about this subject post in the same thread.

http://www.autoitscript.com/forum/index.ph...st&p=615204

:)

When the words fail... music speaks.

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...