Folders use by Nav Dynamics

Hi,

Is it possible to do a search in the developer tool or in the object designer to get a list of all the folders that are used by Navision.

By “used” I mean read and write from / to ?

Best Regards

Depends on what you think of as Navision. Do you mean the places the code writes to? Or do you mean the actual executables? For example, you can have an export routine that puts data somewhere via code, but the executables store the zup file in a specific directory based upon a startup parameter.

There’s not an easy way to get all of the places in code. You can export to text, search for every instance of CREATE and OPEN and back track from there.