IronPython - how to rename a folder name -


उदाहरण के लिए: C: \ Program Files \ Music_Files को C: \ Program Files \ MusicFiles के नाम से कैसे बदलें

< / Div>

और अगर आप इसे अजगर तरीके से करना चाहते हैं:

  import os os.rename ("C: \\ प्रोग्राम फ़ाइलें \\ संगीत_फाइलें", "c: \\ प्रोग्राम फ़ाइलें \\ संगीतफ़ाइलें")  

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -