PdcApplication.TranslateToLocalPath: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 August 2025

  • curprev 09:5209:52, 13 August 2025 TC talk contribs 715 bytes +715 Created page with "== Declaration == TranslateToLocalPath(strPath) == Description == This function takes a path(like 'C:\Program Files' or 'C:\Program Files\test.txt') 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 '\\tsclient' in front. == Code example == This example shows how to get the localpath to a file or folder <source lang="vb"> Dim strPath As String = 'C:\Program Files\test.t..."