Buvt, format of storedST.json

Buvt, format of the config file storedST.json

This file should be edited by the user.
[
  {
    "label":"MYLABEL",
    "charTRes":"n",
    "fiDirSource":"YOUR_SOURCE_FOLDER",
    "fiDirTarget":"YOUR_TARGET_FOLDER"
  },
  ⋮
]
An array of objects, with the fields:
label:
The label that appears in the selector box in the program.

charTRes:
Timestamp resolution.

Filesystems have different resolution on timestamps. This setting determines how much the timestamp (last-mod timestamp) should be rounded (floored) before they are compared.

Should be 'n', 'u', 'm', 's' or '2'
fiDirSource
fiDirTarget
fiDirSource and fiDirTarget the source resp target directory.

It is interpreted by the filesystem, so on linux one can use "~" for example