To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68855





------- Additional comments from [EMAIL PROTECTED] Tue Aug 22 08:43:30 -0700 
2006 -------
If the kill behavior will be fixed only for CompatibilityMode(true), I think 
that the current documentation must be fixed too

Infact, in both Sun's StarBasic Manual and StarBasic Help there is no mention 
of the fact that kill can delete directories and their entire content

Therefore, StarBasic (and VBA too) provide a specialized statement in order to 
delete directories (in VBA, only _empty_ dirs)

Users do not expect that the kill statement is able to delete dirs under any 
conditions, so i consider harmful this behavior.

BTW I've just tested RmDir and it seems that there is a similar problem:
RmDir can delete files:

sub test
  shell("touch /home/paolo/file.txt")
  rmdir "file:///home/paolo/file.txt"
end sub





---------------------------------------------------------------------
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