You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. In examples
xbrlDoc1.Load(@"............\JeffFerguson.Gepsio.Test\XBRL-CONF-2014-12-10\Common\300-instance\301-01-IdScopeValid.xml");
I think the Linux/Mac directory separator works for both Windows and Linux,but not yet tested on Windows works on Linux.
xbrlDoc1.Load(@"../../../../../../JeffFerguson.Gepsio.Test/XBRL-CONF-2014-12-10/Common/300-instance/301-01-IdScopeValid.xml");
The text was updated successfully, but these errors were encountered:
e.g. In examples
xbrlDoc1.Load(@"............\JeffFerguson.Gepsio.Test\XBRL-CONF-2014-12-10\Common\300-instance\301-01-IdScopeValid.xml");
I think the Linux/Mac directory separator works for both Windows and Linux,but not yet tested on Windows works on Linux.
xbrlDoc1.Load(@"../../../../../../JeffFerguson.Gepsio.Test/XBRL-CONF-2014-12-10/Common/300-instance/301-01-IdScopeValid.xml");
The text was updated successfully, but these errors were encountered: