<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://wiki.minerva-apps.com/index.php?action=history&amp;feed=atom&amp;title=Lettura_della_cartella_corrente_in_Python</id>
	<title>Lettura della cartella corrente in Python - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.minerva-apps.com/index.php?action=history&amp;feed=atom&amp;title=Lettura_della_cartella_corrente_in_Python"/>
	<link rel="alternate" type="text/html" href="https://wiki.minerva-apps.com/index.php?title=Lettura_della_cartella_corrente_in_Python&amp;action=history"/>
	<updated>2026-05-01T15:46:30Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.minerva-apps.com/index.php?title=Lettura_della_cartella_corrente_in_Python&amp;diff=1746&amp;oldid=prev</id>
		<title>Andrea: Creata pagina con &quot;Per sapere la posizione assoluta corrente bastano i seguenti comandi &lt;pre&gt; import os  # Percorso assoluto del file corrente current_file_path = os.path.abspath(__file__)  # Ca...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.minerva-apps.com/index.php?title=Lettura_della_cartella_corrente_in_Python&amp;diff=1746&amp;oldid=prev"/>
		<updated>2024-12-11T13:31:38Z</updated>

		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;Per sapere la posizione assoluta corrente bastano i seguenti comandi &amp;lt;pre&amp;gt; import os  # Percorso assoluto del file corrente current_file_path = os.path.abspath(__file__)  # Ca...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Per sapere la posizione assoluta corrente bastano i seguenti comandi&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import os&lt;br /&gt;
&lt;br /&gt;
# Percorso assoluto del file corrente&lt;br /&gt;
current_file_path = os.path.abspath(__file__)&lt;br /&gt;
&lt;br /&gt;
# Cartella contenente il file&lt;br /&gt;
current_directory = os.path.dirname(current_file_path)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrea</name></author>
		
	</entry>
</feed>