A
anjelone
Hi.
When I use CreateFolder() to create a folder with a space at the end,
it creates the folder successfully, but still errors out with a "Path
not Found" error.
For example:
<%
Dim strCurrentPath
strCurrentPath = "c:\test folder \
If Not oFO.FolderExists(strCurrentPath) Then
oFO.CreateFolder(strCurrentPath) 'Errors on this line.
End If
%>
After the folder is created, it cannot be deleted or renamed
immediately. I think there still must be some process attached. The
error when trying to delete it is: "Cannot delete file: Cannot read
from the source file or disk."
I need to be able to leave the space in for now.
Any ideas on why this occurs?
Thanks!
When I use CreateFolder() to create a folder with a space at the end,
it creates the folder successfully, but still errors out with a "Path
not Found" error.
For example:
<%
Dim strCurrentPath
strCurrentPath = "c:\test folder \
If Not oFO.FolderExists(strCurrentPath) Then
oFO.CreateFolder(strCurrentPath) 'Errors on this line.
End If
%>
After the folder is created, it cannot be deleted or renamed
immediately. I think there still must be some process attached. The
error when trying to delete it is: "Cannot delete file: Cannot read
from the source file or disk."
I need to be able to leave the space in for now.
Any ideas on why this occurs?
Thanks!