directory Questions

3

Solved

I'm new to the "hidden/dark places" of C++ and I was wondering how to load a .dll file from a different directory or a sub-directory inside the one where my current executable is running Ex: ./My...
Devland asked 2/7, 2013 at 8:3

4

Using Gnome in Linux Mint 12, I copied a Folder of about 9.7 GB (containing a complex tree of subfolders) from one NTFS Flash Drive to another NTFS Flash Drive. According to Gnome the file counts m...
Murry asked 18/6, 2012 at 16:37

3

How can I print a list of all the files in a given directory using Fortran, limiting only to specific file types... For instance I only want to get the list of '.txt' files from a directory. Files ...
Lawyer asked 28/11, 2012 at 9:37

12

Today, I installed testlink. And after I select 'new Installation' and choose 'I agree' option, it failed at the second step. The failed message are as following: Read/write permissions For secur...
Foretopgallant asked 14/9, 2012 at 1:8

3

Solved

I do not have permissions to put GLM into usr/local/include or usr/include but I need to use GLM for openGL. The code (I am not able to change) looks for GLM like this: #include <glm/glm.hpp&gt...
Riha asked 11/3, 2015 at 2:14

9

Solved

When a change is made within a directory on a Windows system, I need a program to be notified immediately of the change. Is there some way of executing a program when a change occurs? I'm not a C...
Megagamete asked 17/4, 2009 at 15:32

7

Solved

How can I present a control to the user that allows him/her to select a directory? There doesn't seem to be any native .net controls which do this?
Caroylncarp asked 14/8, 2008 at 23:18

16

Is there an easy way to find the root of a multi-module Maven project, like Gradle's rootDir? Background: I want to use the maven-dependency-plugin to copy artifacts from all sub-modules of my mul...
Violetteviolin asked 21/6, 2010 at 12:34

5

Solved

I am learning VB.net, I would like to know how to get all the folders and sub-folder s inside a directory and how to add them all to a listbox. I would also like it to list the folders while it is ...
Derisible asked 6/2, 2014 at 5:56

9

Is it possible to upload a folder with a file input in the browser? I searched and found out that this might be a browser limitation and that I might need to use a Java Applet or Flash.
Christelchristen asked 24/10, 2010 at 13:28

12

Solved

I'm trying to read the target file/directory of a shortcut (.lnk) file from Python. Is there a headache-free way to do it? The spec is way over my head. I don't mind using Windows-only APIs. My ult...
Punster asked 29/12, 2008 at 4:31

11

Solved

I have 2 strings - dir1 and dir2, and I need to check if one is sub-directory for other. I tried to go with Contains method: dir1.contains(dir2); but that also returns true, if directories have ...
Barbuto asked 11/4, 2011 at 6:0

5

I am trying to detect if a folder or a file is dragged in the dragover or dragenter events. For example: In the ondrop event, there is an argument called MouseEvent, which has a field named dataTra...
Notebook asked 29/7, 2014 at 13:24

5

Solved

Disclaimer of research: I have examined the following other StackOverflow questions: How to import numpy in python shell How can I use numpy without installing it? Import a module from a relativ...
Katabasis asked 28/1, 2013 at 19:51

7

Solved

I have just started with Python and my first assignment is to write a script to determine if a directory where it is ran is a git repository. A co-student suggested this code: #! /usr/bin/env pyth...
Desireedesiri asked 30/10, 2013 at 15:42

10

How do you scan a directory for folders and files in C? It needs to be cross-platform.
Hyaloid asked 15/8, 2008 at 17:15

12

Solved

Is there any linux command I could use to find out JAVA_HOME directory? I've tried print out the environment variables ("env") but I can't find the directory.
Name asked 13/7, 2009 at 1:21

7

Solved

I don't know if this is the right place to ask this question, but I am going to ask it anyway. I have a frequent problem when I try to rename one of my folders; it says access is denied. I have fu...
Judaic asked 28/12, 2016 at 15:44

5

Solved

Say I put an executable tcsh file in /path/to/my_script.csh and my current directory is anywhere, for example I'm in /path So I type to/my_script.csh I want to have a line in my_script.csh that ...
Butanol asked 1/4, 2010 at 20:4

4

For a basic static website, with a few pages and sub-pages, I'm kind of confused on best practices for directory structure for the HTML pages. Say I have a simple website like this: An index (home...
Invaluable asked 21/6, 2015 at 23:38

21

Solved

I was hoping this would be a simple thing, but I cannot find anything out there to do so. I just want to get all folders/directories within a given folder/directory. So for example: <MyFolder...
Pears asked 7/8, 2013 at 19:32

3

Solved

is it possible to compress file or directory of google cloud storage without download it first and re-upload? I think I need some tools similar like http://googlegenomics.readthedocs.org/en/latest...
Speller asked 23/1, 2016 at 18:57

6

I am really new to batch file coding and need your help. I've these directories: c:\rar\temp1\xy.jpg c:\rar\temp1\sd.jpg c:\rar\temp1\dd.jpg c:\rar\temp2\ss.jpg c:\rar\temp2\aa.jpg c:\rar\temp2\...
Wesleyanism asked 24/7, 2014 at 11:37

17

Solved

I need to delete all empty folders from my application folder using windows command prompt? How can I create a bat file like that? Please help me.
Maryammaryann asked 20/10, 2011 at 4:51

4

Solved

I need to download a file to a specific location in my Electron program. I tried implementing this API but failed. Then I tried implementing the official API, but couldn't realize how to actually s...
Cornelius asked 7/9, 2017 at 18:23

© 2022 - 2025 — McMap. All rights reserved.