8 lines
276 B
Text
8 lines
276 B
Text
-- delete (empty) directory "docs" in cwd
|
|
bx_folder_delete("docs")
|
|
|
|
-- delete (empty) directory "docs" in root of current volume
|
|
pd = the last char of _movie.path -- "\" for win, ":" for mac
|
|
_player.itemDelimiter = pd
|
|
vol = _movie.path.item[1]
|
|
bx_folder_delete(vol&pd&"docs")
|