I'm trying to get "RestrictedPath" working, as described under "Declaring
the Permitted Folders" in
http://ui.openoffice.org/specification/FileDialog_RestrictedPaths.sxw

I'm using OOo v2.0.3 under WinXP.

If I set the environment variable RestrictedPath, my user directory is set
to the first component, as described under "Standard Working Directory" in
the above referenced document.  [I see this happens at
OOC680_m7\desktop\source\app\app.cxx lines 1548-1558, and is distinct from
the remaining functionality implemented via
OOC680_m7\svtools\source\misc\restrictedpaths.cxx]

None of the other functionality works, in particular, restricting where the
file chooser can navigate and where a document can be saved.

Is this working under Windows?  I see a few fixed issues that only address
unix-type paths:

http://qa.openoffice.org/issues/show_bug.cgi?id=53649
http://qa.openoffice.org/issues/show_bug.cgi?id=53939

If it does work under Windows, is there a special format for the
RestrictedPath variable?  I've tried

c:\temp
c:/temp
\temp
/temp
file:///c:/temp

All of these successfully change my user directory, but don't do anything
else.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to