On Mar 2, 2007, at 12:31 PM, Keith DeLong wrote:
> Consider this test:
>
> dim f as new FolderItem
> dim origpath as String = f.AbsolutePath
>
> dim newpath as string = TemporaryFolder.Child("Test").AbsolutePath
What if you change that next line:
> f.AbsolutePath = newpath
To:
f.AbsolutePath = GetFolderItem(newpath, FolderItem.PathTypeAbsolute)
Also, if you set a breakpoint on your your If f,AbsolutePath line, do
you get an Unsupported Format Exception?
> if f.AbsolutePath = newpath then
Tim
--
Tim Jones
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>