Skip to content

Commit

Permalink
Update BE_FileDelete.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickorr committed Aug 29, 2024
1 parent 90f5f06 commit d70d4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Functions/BE_FileDelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ PLUGIN PATHS ARE NOT FILEMAKER PATHS. The plugin uses the same path structure as

**Example Code**

BE_DeleteFile ( "/Users/username/Desktop/myNewFolder" )
BE_FileDelete ( "/Users/username/Desktop/myNewFolder" )

deletes a folder and all of it's contents

BE_DeleteFile ( "/Users/username/Desktop/fileA.fp7" )
BE_FileDelete ( "/Users/username/Desktop/fileA.fp7" )

deletes a file

0 comments on commit d70d4f9

Please sign in to comment.