The following doesn't work:
Dim photoPath As String = "R:\My Documents\My Pictures\MiscLL \"
It doesn't work if I use double quotes either. It does work if I use a
different path without spaces in it. What is the simple solution ?
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Dim photoPath As String = "R:\My Documents\My Pictures\MiscLL \"
It doesn't work if I use double quotes either. It does work if I use a
different path without spaces in it. What is the simple solution ?
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Comment