Graphisoft®

InputOutputVersion: 1.0

Folder::LinkProcessing

enum LinkProcessing {    // what to do with links
    ResolveLinks,    // links should be resolved
    PreserveLinks    // links should be preserved
};