[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] How to delete with VFS?
From: |
Don Graver (dgraver) |
Subject: |
[Phpgroupware-developers] How to delete with VFS? |
Date: |
Tue, 11 Nov 2003 20:27:10 -0000 |
I've figured out how to add files with the VFS api, but now I don't know how to call the delete or rm function to remove the files. What do I need to send the function...it seems to want the path, but is that the relative path, the absolute path?
Basically I have the following array (don't mind the dashes):
Array: -43
# [app] -file-
# [id] -dell.txt-
# [app2] -calendar-
# [id2] -6-
# [remark] --
# [owner] -6-
# [link_id] --43-
# [lastmod] -1068505200-
# [size] -394-
# [type] -text/plain-
How do I delete this file? Thanks for the help. I'm probably missing something easy, so please enlighten me.
p.s. If this email comes through twice to the group, I apologize in advance.
DG