<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IExplorerUtil.GetWorkingFolder() returns wrong path? in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793897#M11317</link>
    <description>&lt;P&gt;Try this algorithm....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the DocumentService to read the setting "enforce" setting from the Vault server.&lt;/P&gt;
&lt;P&gt;GetEnforceWorkingFolder() tells you if the feature has been enabled.&amp;nbsp; If it returns true, use GetRequiredWorkingFolderLocation() to find the Value.&lt;/P&gt;
&lt;P&gt;If false, use IExplorerUtil.GetWorkingFolder().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2013 18:57:50 GMT</pubDate>
    <dc:creator>Redmond.D</dc:creator>
    <dc:date>2013-03-01T18:57:50Z</dc:date>
    <item>
      <title>IExplorerUtil.GetWorkingFolder() returns wrong path?</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3792748#M11314</link>
      <description>&lt;P&gt;As subject. When I pass the&amp;nbsp;serviceManager.DocumentService.GetFolderRoot() I get "C:\\Users\\noontz\\Documents\\Vault\\" instead of the correct mapping &amp;nbsp;"C:\\vaultroot\\" &lt;SPAN&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;case&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;)&lt;/SPAN&gt;..&lt;/P&gt;&lt;P&gt;Here´s my usual suspects:&lt;/P&gt;&lt;P&gt;&amp;nbsp;I´m using Vault Basic, BUT,&amp;nbsp;ExplorerLoader.LoadExplorerUtil() returns a IExplorerUtil&amp;nbsp;just fine, so I presume the limitations is on explorer extensions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;The local folder is not yet created, BUT, Opening the explorer &amp;gt; add file ( Anywhere on the computer/myFile.txt ) &amp;gt; get/checkout will create the rootfolder correctly e.g. "C:\\vaultroot\\myFile.txt", so the correct information is there somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line: How do I obtain the correct local mirror of &amp;nbsp;"$" with vault basic through API&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3792748#M11314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: IExplorerUtil.GetWorkingFolder() returns wrong path?</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793342#M11315</link>
      <description>&lt;P&gt;How is the working folder set in your Vault?&amp;nbsp; Is it through the "Enforce Working Folder" option in the Vault settings?&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/47952i4DE1024B56737C55/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="enforceworkingfolder.png" title="enforceworkingfolder.png" align="middle" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:41:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793342#M11315</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-03-01T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: IExplorerUtil.GetWorkingFolder() returns wrong path?</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793559#M11316</link>
      <description>&lt;P&gt;In&amp;nbsp;both my test cases yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said I´m looking for a solution that works in both scenarios ( enforce OR allow )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the information is persistent some kind of hack should be possible, but despite half a days search in the registry and a vast amount of XML like files &lt;SPAN&gt;for something interesting: No cigar &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:25:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793559#M11316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-01T15:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: IExplorerUtil.GetWorkingFolder() returns wrong path?</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793897#M11317</link>
      <description>&lt;P&gt;Try this algorithm....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the DocumentService to read the setting "enforce" setting from the Vault server.&lt;/P&gt;
&lt;P&gt;GetEnforceWorkingFolder() tells you if the feature has been enabled.&amp;nbsp; If it returns true, use GetRequiredWorkingFolderLocation() to find the Value.&lt;/P&gt;
&lt;P&gt;If false, use IExplorerUtil.GetWorkingFolder().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 18:57:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793897#M11317</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2013-03-01T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: IExplorerUtil.GetWorkingFolder() returns wrong path?</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793974#M11318</link>
      <description>&lt;P&gt;That did it! ( both scenarios &amp;amp; vault basic&amp;nbsp;)&amp;nbsp;Big thanks Doug!&amp;nbsp;You just saved my day ( and the next three or four I believe&amp;nbsp; )&amp;nbsp;&amp;nbsp;This also answers my last post in &lt;A href="https://forums.autodesk.com/t5/Autodesk-Vault-Customization/finding-local-workspace-path-with-api/td-p/3093828" target="_self"&gt;this thread&lt;/A&gt;&amp;nbsp;about a less heavy way to get the local root path.&lt;/P&gt;&lt;P&gt;I´m a happy man! ( Where is that smiley with two beers ? )&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2013 20:10:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/iexplorerutil-getworkingfolder-returns-wrong-path/m-p/3793974#M11318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-01T20:10:58Z</dc:date>
    </item>
  </channel>
</rss>

