Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
Result of using provided code:
Do you have web_link_file_read config option set to yes?
Yes, I do and it works if I read from 😧 or C: drives. But when i reach out to network drive it can't read a thing
