Tagged Questions
0
votes
1answer
32 views
Batch: Output file names with relative paths to files and additional signs
I have a folder structure like this:
c:/foo/bar1/a002345.vi
c:/foo/bar1/somefilename.vi
c:/foo/bar2/b005632.vi
...
c:/foo/bar26/z002345.vi
Now I want to execute a batch file in the folder c:/foo/ ...
-4
votes
2answers
72 views
Reading files based on file name and not data type
I am very new to python. I want to read files based on file name and not data type. Say I have Hello.txt_1, Hello.txt_2, Hello.txt_3 in a folder and these files are created automatically by an ...
1
vote
6answers
146 views
1
vote
2answers
361 views
Batch file moving files with spaces in their name.
My hope is that some can help me out I've spent the last few days searching Google for answers and not getting anywhere. I have a two part code fist pulls everything out of sub-folders and then the ...
2
votes
4answers
308 views
Creating file names automatically C++
I'm trying to write a program in C++, which creates some files (.txt) and writes down the result in them. The problem is that an amount of these files is not fixed at the beginning and only appears ...
0
votes
2answers
218 views
Java: Sequential sorting names and saving into a Random Access File
I am trying to make a program where I can add a name and it's supposed to be saved in a RandomAccessFile, (alphabetically). Whenever I add a name it gets saved in a file, it's supposed to have at the ...
4
votes
1answer
3k views
Java FileNameFilter
I've a requirement to get all the files in a directory that has a specific extension(say, .txt). I should be able to list all the files that has '.txt' and '.TXT' extension(i.e., it should be case ...
-1
votes
1answer
71 views
print 0's before a variable
I know in c, c++, and all other kinds of programming code you can use the syntax "%4d" to print a total of 4 digits. If the variable is only one digit, it will print three 0's and whatever your ...
3
votes
8answers
2k views
Java find start of file name and extension
HI,
I have almost solved this but have now got stuck! What I need to do is look in a folder say..
String path = C://;
I then need a loop to see how many files are in that folder say 10. I need to ...
4
votes
2answers
1k views
Why are Android layout file names so limited?
It's good to have consistency in file names.
MyActivity.java contains the public class MyActivity
I would like the xml file with its layout to be called res/layout/MyActivity.xml
But I get an error ...
1
vote
4answers
3k views
How to parse the file name and rename in Matlab
I am reading a .xls file and then procesing it inside and rewriting it in the end of my program. I was wondering if someone can help me to parse the dates
as my input file name is like ...