To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93359
                 Issue #|93359
                 Summary|[Automation] Move and extend hDeleteFile
               Component|framework
                 Version|DEV300m30
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|scripting
             Assigned to|jsk
             Reported by|jsk





------- Additional comments from [EMAIL PROTECTED] Tue Sep  2 06:16:38 +0000 
2008 -------
Framework has a pretty good file deletion function, called hDeleteFile.
It should be renamed to hFileDelete and be moved to
global/includes/required/t_files.inc
An additional parameter should be provided to force deletion of files outside of
the users homedirectory. Reason: The template/sample tests might run into lock
files. This is bad but should not stop the tests.

New interface: hFileDelete( FileSpec as string, optional
bForceDeletionOutsideHome as boolean ) as boolean

Where 
bForceDeletionOutsideHome = TRUE means kill everything
bForceDeletionOutsideHome = FALSE do not delete files outside user's home

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to