New “Get 4D File” command

In 4D v16, a new Get 4D File command returns the file path to different 4D files. You can now easily retrieve the path for the following files:

  • Backup configuration file
  • Last backup file
  • User structure settings file
  • User data settings file

For example, to retrieve the Backup configuration file path, you use to write with 4D v15:

$textPath:=Get 4D folder(Database folder)+"Preferences"+Folder separator+"Backup"+Folder separator+"Backup.xml"

With 4D v16, you just need to write:

$textPath:=Get 4D file(Backup configuration file)

For more details, please take a look at the Get 4D file command documentation.

Vanessa Talbot
• Product Owner •Vanessa Talbot joined 4D Program team in June, 2014. As a Product Owner, she is in charge of writing the user stories then translating it to functional specifications. Her role is also to make sure that the feature implementation delivered is meeting the customer need.Since her arrival, she has worked to define key features in 4D. She has worked on most of preemptive multi-threading new features and also on a very complex subject: the new architecture for engined application. Vanessa has a degree from Telecom Saint-Etienne. She began her career at the Criminal Research Institute as a developer for the audiovisual department. She has also worked in media and medical fields as expert in technical support, production as well as documenting new features.