Questions tagged [dir]

Abbreviation for a directory, a virtual container within a digital file system.

Also a command equivalent to ls in Unix and found in operating systems such as DOS, VMS, and MS Windows.

442 questions
-3
votes
1 answer

VB.NET System32 Path

I'm trying to copy a file to System32 folder. I tried; System.Environment.ExpandEnvironmentVariables("%windir%\system32") Environment.GetFolderPath(Environment.SpecialFolder.System) It didn't work. It always returns to C:/Windows . What should i…
user3423677
  • 41
  • 2
  • 10
-3
votes
1 answer

Copy the directoy in java Using URI

Could you please advise me, how to copy the directory from one path to another path(simple way) Using URI. Kindly provide any examples. Thanks for looking into this..
user2040497
  • 15
  • 2
  • 5
-4
votes
1 answer

Getting dir from .txt file

I want to get a install dir from .txt file to use it in c# Visual Studio 2015, how can i do this ? I have an updater and i want that he going get a installation dir from a .txt file example: if in .txt file "c:\install\here\" then my updater going…
Kaczper
  • 103
  • 1
  • 2
  • 11
-4
votes
1 answer

top down shooter zombie survival how to get the player to shoot?

Would someone please tell me how to get the bullet class/variable working cause i always get the error "'Bullet' object is not callable". Heres the bullet class class Bullet(pygame.sprite.Sprite): def __init__(self): super().__init__() …
-4
votes
1 answer

php pathinfo() expects parameter 1 to be string, array given in

I have a script that has the error-- pathinfo() expects parameter 1 to be string, array given in C:\xampp\htdocs\sitename\index.php on line 4--, how to fix a script is
user2988099
  • 1
  • 1
  • 7
-5
votes
2 answers

How to know whether is a dir from the input line java

I am doing a homework and I have a trouble that I don't know how to justify weather is it a directory of my input from the Console. for example when I input dir c://dir/dcd (like the cmd of Windows) What I want to do is to find the file and dir…
-5
votes
2 answers

How to check if directory contains file which name contains certain string?

I have to find a file ard12333.txt but the number part is variable so I should check if the file contains the string "ard" and then extrapolate the number part. How to do that?
user3832184
  • 77
  • 2
  • 10
1 2 3
29
30