I want to condition code in a codeunit for file handling dependant upon whether the code is called from the Nas (server side) versus called from the client directly. If the latter I need to use a UNC path so want to use dotnet file handling but I can't use that for NAS as it give callback error so I want to use file virtual table for NAS.
This is in 2016. Ideally I need something similar to isservicetier. Any ideas out there?
0
Answers
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
take a look at CURRENTCLIENTTYPE instruction...it won't be useful for this particular problem, but you can probably found some use of it in your project.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!