<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcApplication.TranslateToLocalPath</id>
	<title>PdcApplication.TranslateToLocalPath - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcApplication.TranslateToLocalPath"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcApplication.TranslateToLocalPath&amp;action=history"/>
	<updated>2026-05-06T14:25:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcApplication.TranslateToLocalPath&amp;diff=35405&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == TranslateToLocalPath(strPath)  == Description == This function takes a path(like &#039;C:\Program Files&#039; or &#039;C:\Program Files\test.txt&#039;) and based on if GraphOn is used in the Cloud, it will return the localpath from the cloud point of view. If GraphOn is not used it will return with &#039;\\tsclient&#039; in front.  == Code example == This example shows how to get the localpath to a file or folder  &lt;source lang=&quot;vb&quot;&gt;   Dim strPath As String = &#039;C:\Program Files\test.t...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcApplication.TranslateToLocalPath&amp;diff=35405&amp;oldid=prev"/>
		<updated>2025-08-13T09:52:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == TranslateToLocalPath(strPath)  == Description == This function takes a path(like &amp;#039;C:\Program Files&amp;#039; or &amp;#039;C:\Program Files\test.txt&amp;#039;) and based on if GraphOn is used in the Cloud, it will return the localpath from the cloud point of view. If GraphOn is not used it will return with &amp;#039;\\tsclient&amp;#039; in front.  == Code example == This example shows how to get the localpath to a file or folder  &amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;   Dim strPath As String = &amp;#039;C:\Program Files\test.t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
TranslateToLocalPath(strPath)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This function takes a path(like &amp;#039;C:\Program Files&amp;#039; or &amp;#039;C:\Program Files\test.txt&amp;#039;) and based on if GraphOn is used in the Cloud, it will return the localpath from the cloud point of view. If GraphOn is not used it will return with &amp;#039;\\tsclient&amp;#039; in front.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This example shows how to get the localpath to a file or folder&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
  Dim strPath As String = &amp;#039;C:\Program Files\test.txt&amp;#039; &lt;br /&gt;
  strPath = PDC.App.TranslateToLocalPath(strPath)&lt;br /&gt;
  //Result should be that strPath is now &amp;#039;\\tsclient\C\Program Files\test.txt&amp;#039; if GraphOn is not used.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since August 2025(From version 2025.2.7.0)&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>