<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[new folders]]></title><description><![CDATA[<p dir="auto">How can I create new folders on the M5Stack under VSC?</p>
]]></description><link>https://community.m5stack.com/topic/1351/new-folders</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 00:28:23 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1351.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Sep 2019 09:47:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to new folders on Tue, 22 Sep 2020 08:53:44 GMT]]></title><description><![CDATA[<p dir="auto">I'm trying to do this on the M5StickC and the "mkdir" command doesn't work. It just says "NameError: name 'mkdir' isn't defined"</p>
<p dir="auto">Is there a different module on the M5StickC that holds these file system commands?</p>
]]></description><link>https://community.m5stack.com/post/10301</link><guid isPermaLink="true">https://community.m5stack.com/post/10301</guid><dc:creator><![CDATA[danswett]]></dc:creator><pubDate>Tue, 22 Sep 2020 08:53:44 GMT</pubDate></item><item><title><![CDATA[Reply to new folders on Thu, 03 Oct 2019 09:20:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/700">@lukasmaximus</a> Thank You</p>
]]></description><link>https://community.m5stack.com/post/5793</link><guid isPermaLink="true">https://community.m5stack.com/post/5793</guid><dc:creator><![CDATA[Wolli01]]></dc:creator><pubDate>Thu, 03 Oct 2019 09:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to new folders on Thu, 03 Oct 2019 09:16:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2129">@Wolli01</a> although there is a little plus button next to each folder once you have connected your m5stack to vscode, this will only generate files. To create a folder you need to open a terminal in vscode or your native terminal application on your computer, start a serial communication with<br />
<code>screen /dev/tty.SLAB_USBtoUART 115200 </code><br />
then hit ctrl + c to kill any current processes<br />
type <code>import os</code><br />
to import the python operating system module which will allow you to browse the file system, create folders, delete files etc..</p>
<p dir="auto">then use the command <code>mkdir('name of folder')</code><br />
to create a new folder with a name of your choice</p>
]]></description><link>https://community.m5stack.com/post/5792</link><guid isPermaLink="true">https://community.m5stack.com/post/5792</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Thu, 03 Oct 2019 09:16:36 GMT</pubDate></item></channel></rss>