Menu

#12 "Unable to create folder" error

closed
nobody
None
5
2003-11-14
2003-11-14
Anonymous
No

WinXP Home and Pro; merging IE, Opera, Mozila
bookmarks.
Error window with a message:

"Unable to create "C:\Documents and
Settings\UserName\Favorites\FolderName" Folder

The error occured on line 671 of C:
\Programming\Projects\bookmarkbridge\bookmarkbridge\ie
xplore.cpp"

Discussion

  • Ken Schenke

    Ken Schenke - 2003-11-14

    Logged In: YES
    user_id=673592

    The error probably occured because the folder already existed
    for some reason. A test was placed in the code to make sure
    the folder doesn't already exist before an attempt is made to
    create it. This bug fix will be included in the next public release,
    and in CVS in a short time.

    The only other possibility is if the folder name contained invalid
    characters (such as a wildcard character or path separator).
    Since the bug was submitted with a generic-sounding path, it's
    assumed this isn't the case here.

     
  • Ken Schenke

    Ken Schenke - 2003-11-14
    • status: open --> closed
     

Log in to post a comment.