Why is some folder and file created in 'user' folder using Anaconda? - python-3.x

Below image is snapshot in "C:\Users\myname"
What is it?? and how can I change directory for that?(I want move it into one folder)
I want to maintain C:\Users\myname folder clean

Related

List files in a folder, in the parent directory

I know you can list the files of a directory with:
os.listdir('FOLDER_DIR')
But how do i list the files in a folder that exists in a directory above where i am right now?
For example, consider the following folder structure:
----PARENT
-------sub_dir1
-------sub_dir2
If my python program is in sub_dir2, how can i list the contents of folder sub_dir1, without changing directory?
The answer is os.listdir('../sub_dir1')

Changing .AndroidStudio4.0 Folder Location

Any solutions in moving Android Studio folder named ".AndroidStudio4.0"? I want to move it somewhere that's not in my home directory.
I'm a Windows user.
Here's the photo link of the folder:
https://i.stack.imgur.com/vkJ7n.png

How to recover or rebuilt alfresco themes

I accidentally deleted the alfresco-community\tomcat\webapps\share\themes directory including the alfresco-community\tomcat\webapps\share\themes\wcmqs.war file. How do I recover this file or rebuilt a new on linux?
I was able to copy themes folder from a new install (windows) but not the war file.
Finally, I got to do this:
Download the Web Quick Start zip bundle file: alfresco-enterprise-wcmqs-4.2.8.zip
Locate Alfresco installation directory. Copy the AMP files into
the relevant amps directories for Alfresco and Share:
Copy the alfresco-enterprise-wcmqs-4.2.8.amp file to the amps directory.
Copy the alfresco-enterprise-wcmqs-share-4.2.8.amp file to the amps-share directory.
Apply the AMP files for the Tomcat application server, using the apply_amps.sh file in /bin directory.

I can not remove a directory in a docker container

i have a container generated from an image, and that image was generated by another container
The container that the image was based there two directories, one of these directories i created with mkdir, the other directory was created through the git clone.
But when I generate a new container from that image, I can not delete the directory that was generated by git, I can erase that exists within that folder, but not the root folder.
I can delete the folder created by the mkdir.
I do not know if there is a special feature of git to control files.
ever was something like the docker, but the issue was closed https://github.com/docker/docker/issues/1672
Sorry for my bad english

How to create a folder and sub folder

How to create folder using live code. I am using linux operating system my current Directory is
"/home/user1/myproject/"
I want to create folder inside myproject
create folder pathName should work fine

Resources