Menu

#1 files with space in pathname don't load

open-fixed
nobody
None
5
2002-08-30
2002-05-17
Uwe Fechner
No

If you try to load a document:

(doc as IDomPersist).load('C:\hallo world\doc.xml');

it doesn't work, because there must not be a space in
a file name (on win2k).

(The result is false, even if doc.xml is a valid xml
document).

Discussion

  • Uwe Fechner

    Uwe Fechner - 2002-08-30
    • status: open --> open-fixed
     
  • Uwe Fechner

    Uwe Fechner - 2002-08-30

    Logged In: YES
    user_id=397991

    Fixed in cvs. On win32 spaces must be replaced with %20.

     

Log in to post a comment.