<?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: How to get path from current space? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126149#M88764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need it too. Can someone help me/us?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the name of the space with child.properties.name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you use something like child.properties.path, or child.properties.getpath, or child.properties.url, or … ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;child is a subspace and i need the path of it to move documents to the sub-space(=child)…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2009 10:26:41 GMT</pubDate>
    <dc:creator>ndk</dc:creator>
    <dc:date>2009-03-27T10:26:41Z</dc:date>
    <item>
      <title>How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126147#M88762</link>
      <description>Hello,I want to write a custom javascript rule, that creates a folder in the _current_ space (only if this folder doesn't exist) and moves the new/updated document to this space if mimetyp is 'foo'. How I get the path from _current_ space? The root object 'space' points to the space that the rule re</description>
      <pubDate>Tue, 18 Dec 2007 23:17:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126147#M88762</guid>
      <dc:creator>gistolero</dc:creator>
      <dc:date>2007-12-18T23:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126148#M88763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you can get the parent space of the document you're trying to handle…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;document.parent should give you the parent node…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Erwan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 12:04:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126148#M88763</guid>
      <dc:creator>eesnault</dc:creator>
      <dc:date>2008-01-17T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126149#M88764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need it too. Can someone help me/us?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the name of the space with child.properties.name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you use something like child.properties.path, or child.properties.getpath, or child.properties.url, or … ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;child is a subspace and i need the path of it to move documents to the sub-space(=child)…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 10:26:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126149#M88764</guid>
      <dc:creator>ndk</dc:creator>
      <dc:date>2009-03-27T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126150#M88765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get the current space use "xxx.displayPath", example: child.displayPath&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 07:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126150#M88765</guid>
      <dc:creator>ndk</dc:creator>
      <dc:date>2009-03-30T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126151#M88766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;myNode.displayPath&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; is localized! … I'll soon have a seizure! What is this? Ms Windows and its bloody localized folders?! How do I get the "/app:company_home/app:shared/cm:mybloodyfile" version of the path? The unique one, the technical one! Not the localized "/Espace racine/Partagé/Mon Fichier Sanglant"! How do I make my script compatible? Why every simple thing is so complex in Alfresco? Why can't I find how to get the number of users in the Share interface? How comes the wildcard characters to get all the results sometimes is "*", sometimes is "?" or even "%"? Why do I need to enter three characters when I want to assign a group to a folder? Why is it so inconsistent? My headz gonna blow, I may cry!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 16:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126151#M88766</guid>
      <dc:creator>boumbh</dc:creator>
      <dc:date>2014-08-27T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get path from current space?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126152#M88767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;node.qnamePath&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exactly as it says in the docs: &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/4.0_JavaScript_API" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/4.0_JavaScript_API&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:26:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-path-from-current-space/m-p/126152#M88767</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2014-09-26T15:26:22Z</dc:date>
    </item>
  </channel>
</rss>

