G
Guest
I am attempting to set the Default File Location for an application I m
developing. I am using the following comand:
Application.DefaultFilePath = "C:\myPath"
I save the existing value and want to reset when the file exits. My problem
is, this works intermittently and I am not sure why. I can grab and save the
existing value with no problem, but setting this value does not always work.
Any ideas? The path exists, so it is not that the correct path does not exist.
Thanks in advance for the help!
Kevin
developing. I am using the following comand:
Application.DefaultFilePath = "C:\myPath"
I save the existing value and want to reset when the file exits. My problem
is, this works intermittently and I am not sure why. I can grab and save the
existing value with no problem, but setting this value does not always work.
Any ideas? The path exists, so it is not that the correct path does not exist.
Thanks in advance for the help!
Kevin