Solved
CreoJS API Reading files from network drives
Hello, is there any possibility to read files from network drives?
try {
print(readFileAsString("\\\\10.170.84.24\\Standard\\ProE_standard\\Relace\\Relace PRT.txt"));
} catch (e) {
print("FAILED: " + e);
}
I need to read fresh relations so all models actual relations. The only one place in our company provides relations is network drive.

