Client_get_file_name [message #399437] |
Wed, 22 April 2009 03:29 |
raywong9i
Messages: 40 Registered: April 2008
|
Member |
|
|
I am using the Client_get_file_name to let user choose the file, it works perfectly fine if I pass in a path name like "C:\TEMP\FOLDER_1\",
after user choose a file from the dialog box, the function returns the filename with the correct path.
But , I have found that if I pass in something like "\\Server_A\TEMP\", the file dialog box cannot be open the "\\Server_A\TEMP\ correctly,
however, when a file was selected, the function will return "\Server_A\TEMP\" ....which is one '\' missing in the left side.
Does any one know why it behave like that ?
Thanks!
|
|
|
Re: Client_get_file_name [message #399587 is a reply to message #399437] |
Thu, 23 April 2009 01:54 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
My guess is that the command can only process attached directories. Can you use this naming convention in VB?
David
|
|
|