17 questions
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...
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?
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...
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?
File plan_File = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + create_file_title.getText().toString() + .txt);FileOutputStream fs;try { fs = openFileOutput(...
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...
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 - |
© 2024 OneMinuteCode. All rights reserved.