<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Thanks!<br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>Da: </b>"Gino Pirelli" <luipir@gmail.com><br><b>A: </b>"Stefano Masera" <stefano.masera@arpa.piemonte.it><br><b>Cc: </b>"qgis-developer" <qgis-developer@lists.osgeo.org><br><b>Inviato: </b>Lunedì, 3 marzo 2014 23:08:45<br><b>Oggetto: </b>Re: [Qgis-developer] How can I get the layer path and directory name from a comboBox?<br><br><div dir="ltr">all info in QgsMapLayer:<div><a href="http://qgis.org/api/classQgsMapLayer.html" target="_blank">http://qgis.org/api/classQgsMapLayer.html</a><br></div><div><br></div><div>in your case: layer.source()</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On 3 March 2014 16:43, Stefano Masera <span dir="ltr"><<a href="mailto:stefano.masera@arpa.piemonte.it" target="_blank">stefano.masera@arpa.piemonte.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><span style="">Hi list,</span><div style=""><br></div><div style="">I have a plugin where I choose a layer from a comboBox.</div><div style=""><br></div>

<div style="">How can I get the layer path and directory name in the code?</div><div style=""><br></div><div style="">For example, in order to get the layer name and use it in the code, I use:</div><div style=""><br></div><div style="">

<p>layer_name = ftools_utils.getVectorLayerByName(self.comboBox.currentText())</p></div><div style=""><br></div><div style="">Is there something to get the layer path and directory name?</div><div style=""><br></div><div style="">Thanks.</div>

<span class="HOEnZb"><font color="#888888"><div style=""><br></div><div style="">Stefano</div><br></font></span></div></div><br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div>
</div><br></div></body></html>