Dir[] and Windows Network Addresses

Hello,

Is is possible to get the contents of a Windows network directory using
Dir?

I would think it would be something like
Dir['\\\\Computer\\Dir\\*']
but nothing shows up.

Is there a way to access the a Windows network directory without having
to call
exec 'dir \\\\Computer\\Dir'
and parsing the output?

Thank you,
Brian Takita