directory tag

17 questions


1 answers
85 views
0
About /usr/local/ directory - Python related package installation issues

Hello. I'm asking for your help because it was blocked from the first installation stage during the assignment.This is the installation address of the Python robot-related package that I have to insta...

1 years ago

1 answers
120 views
0
How do I find my home directory?

I need to find the home directory path of the logged in userWhat I'm using on Linux isos.getenv(HOME)I can't do this on Windows.Is there a function that can use both Windows and Linux?


1 answers
95 views
0
How to recursively clear directories in Java

Is there a way to recursively erase the entire directory in Java? Usually, it's possible to erase empty directories. But if there's a file in the directory that you erase, it gets a little hard. How d...


1 answers
64 views
0
To determine the current directory location with python

When you run a Python script from terminal, I want to print the path of the current directory and the path of the executed file.Where are the relevant modules?

1 years ago

1 answers
83 views
0
Unable to create android file and folder.

File plan_File = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + create_file_title.getText().toString() + .txt);FileOutputStream fs;try { fs = openFileOutput(...

1 years ago

1 answers
64 views
0
Python-related concept questions 1. Meaning of the list as dir 2. Meaning of str, int as class

Hello, I'm an introvert to Python.Recently, I've been coding through various questions and studying Python concepts, and I'm leaving a question like this because I have a question. I'm sorry it's a bi...

1 years ago

1 answers
91 views
0
Is it okay to repeat the period in the file name?

I wonder if it doesn't matter if I repeat the period (.) in the file name.Usually, periods are used to enter file extensions, but sometimes more than two periods are used.I don't have a problem using ...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.