Hi everybody,
I've an issue with the macro '@FavoritesCommonDir'. It shows the same path as '@FavoritesDir'.
When I run this
#include <Array.au3> Local $Array[2][2] = [["@FavoritesCommonDir",@FavoritesCommonDir],["@FavoritesDir",@FavoritesDir]] _ArrayDisplay($Array, "Paths")
I get [seeattached screenshot]
'@FavoritesCommonDir' points to my personal FavoritesDir rather than to the common FavDir "C:\Users\Public\Favorites"
Windows 7 x64 (It's the same result when running skript compiled as 32 or 64 bit.)
ajag