<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>EXposing File Location on Server</title><link>https://www.aras.com/community/f/development/3405/exposing-file-location-on-server</link><description>I have a requirement from our sales team. In a previous Share Point instillation, the server address for a file was exposed and it allowed them to copy and paste that address into an outlook e-mail. When out look processed the paste, it would see the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: EXposing File Location on Server</title><link>https://www.aras.com/community/thread/850?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 09:26:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b250816b-b019-4f57-a63d-826c8d9d370c</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

In addition to the folder path to your vault, you will need three pieces of information in order to determine the folder path of a file stored in the vault.
&lt;ol&gt;
 	&lt;li&gt;The name of the database&lt;/li&gt;
 	&lt;li&gt;The ID of the file item&lt;/li&gt;
 	&lt;li&gt;The name of the file&lt;/li&gt;
&lt;/ol&gt;
Assuming that your vault is stored at C:\Aras\Vault\, the full folder path to the file will follow the format: &amp;quot;C:\Aras\Vault\YOUR_DB_NAME\FIRST_CHARACTER_OF_ID\SECOND_AND_THIRD_CHARACTERS_OF_ID\REST_OF_ID\FILE_NAME&amp;quot;

For example, if you want to get the path to the file &amp;quot;Test.pdf&amp;quot; with ID 0D71DA1CE0B24EE690802BAF977D3216 stored in the database InnovatorSolutions, the resulting folder path would be as follows.

C:\Aras\Vault\InnovatorSolutions\0\D7\1DA1CE0B24EE690802BAF977D3216\Test.pdf

Chris

_______________________

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>