KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Deleting a folder in v16
PRODUCT: 4D | VERSION: 16 | PLATFORM: Mac & Win
Published On: December 2, 2016

Prior to v16, when using the DELETE FOLDER command, a folder cannot be deleted unless the contents are deleted and/or it is not open. The following message is typically displayed:



In v16, it is now possible by using the following syntax:

DELETE FOLDER($loc;1) // 1 "Deletes folder along with everything it contains"


See Also: