KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Programmatically showing the 4D Client Database Folder
PRODUCT: 4D | VERSION: 11.2 | PLATFORM: Mac & Win
Published On: April 23, 2009

Because the location of the 4D Client Database Folder changes on different operating systems and in different versions of 4D, it can sometimes be hard to locate the current 4D Client Database Folder. Here is a very quick way to locate and display it:

SHOW ON DISK(Get 4D Folder(4D Client Database Folder);*)


As you can see, it only takes one line of code to locate and display the 4D Client Database Folder. This code must be run from 4D when connecting remotely to a 4D Server database.

Commented by Atanas Atanassov on April 24, 2009 at 9:49 AM
This also can be done from the User Interface see Tech Tip 75256