What do you mean? The following would be a 1d array of all files on your desktop, you just delete the first item which includes the file count and that's it.
Local $MenuButtonsArray = _FileListToArray(@DesktopDir, "*")
_ArrayDelete($MenuButtonsArray, 0) ;~ Delete the first item (file count).