Skip to content

Commit 5e1feaa

Browse files
Merge pull request livecode#7272 from livecodesam/patch-117
[bugfix-7948] Add docs note that revDeleteFolder can't delete defaultFolder
2 parents 430d205 + a03a5e1 commit 5e1feaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dictionary/command/revDeleteFolder.lcdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ all <file|files>, <subfolder|subfolders>, and their contents.
4141
> should not rename or move <file|files> and <folder|folders> it didn't
4242
> create without obtaining explicit confirmation from the user.
4343

44+
>*Note: This <command> can not delete the <defaultFolder> and will
45+
> fail if the folderToDelete is or contains the <defaultFolder>.
46+
4447
>*Note:* When included in a <standalone application>, the
4548
> <Common library> is implemented as a hidden <group> and made
4649
> available when the <group> receives its first <openBackground>
@@ -64,5 +67,6 @@ AppleScript (glossary), group (glossary), Unix (glossary),
6467
Mac OS (glossary), folder (glossary), message (glossary),
6568
handler (glossary), Common library (library), library (library),
6669
startup (message), openBackground (message), preOpenStack (message),
67-
openStack (message), preOpenCard (message), stack (object)
70+
openStack (message), preOpenCard (message), stack (object),
71+
defaultFolder (property)
6872

docs/notes/bugfix-7948.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added note that revDeleteFolder can not delete the defaultFolder

0 commit comments

Comments
 (0)