D
**Developer**
I have a folder on my Desktop that has the following properties:
Type: Folder
Target: \\MM\backup
Comment: \\MM\\Backup
When I execute:
Directory.GetFiles(NewDirectory & "\")
where NewDirectory is the full path to the folder
I get two files:
Desktop.ini and target.lnk
But when I open the folder there are many files in it.
Does this make sense to anyone?
Thanks
Type: Folder
Target: \\MM\backup
Comment: \\MM\\Backup
When I execute:
Directory.GetFiles(NewDirectory & "\")
where NewDirectory is the full path to the folder
I get two files:
Desktop.ini and target.lnk
But when I open the folder there are many files in it.
Does this make sense to anyone?
Thanks