3
votes
5answers
89 views
Bash: For Filename do…
Hi I'm not used to do things in Bash, so I'm having some problems:
My goal is to look for special files in a folder, and if found generate some other files with the same filenames …
1
vote
5answers
47 views
How to display abbreviated path names in .NET
I have a fixed-length field I'd like to display path information in. I thought in .NET there is a method that will abbreviate long path names to fit in fixed length fields by inse …
4
votes
5answers
191 views
What is the right way to compare two filenames to see if they are the same file?
So I have two Windows filenames I need to compare to determine if they are the same. One the user gave me, one given to me by another program. So how should you compare:
C:\Pro …
0
votes
1answer
92 views
With a utf8-encoded Perl script, can it open a filename encoded as GB2312?
I'm not talking about reading in the file content in utf-8 or non-utf-8 encoding and stuff. It's about file names. Usually I save my Perl script in the system default encoding, "GB …
0
votes
4answers
97 views
Get All current file names in directory and write it out in console C#
I'm writing a program that requires the ability to list all applications installed, and it will do that by listing all the uninstallers for it in a specific directory. This code is …
0
votes
1answer
32 views
Get the longest non-glob string at the start of a string
I'm trying to create a script to convert from $GIT_DIR/info/exclude to .gitignore files. I'd like to put the .gitignore files as close to the pattern target as possible, meaning th …
4
votes
3answers
75 views
Automatically finding numbering patterns in filenames
Hi all,
Intro
I work in a facility where we have microscopes. These guys can be asked to generate 4D movies of a sample: they take e.g. 10 pictures at different Z position, then …
1
vote
5answers
131 views
Colon/Asterisk as a filename delimiter?
I'm looking for a character to use a filename delimiter (I'm storing multiple filenames in a plaintext string). Windows seems not to allow :, ?, *, <, >, ", |, / and \ in fil …
0
votes
1answer
28 views
Short file name question?
Im trying to add some short file names to a Wise installer to fix validation errors, which is simple for the most part. However if I have the following two files:
LongFile1.dll
Lo …
0
votes
1answer
80 views
Generate unique file name with timestamp in batch script
In my .bat file I want to generate a unique name for files/directories based on date-time.
e.g.
Build-2009-10-29-10-59-00
The problem is that %TIME% won't do because it contain …
1
vote
3answers
52 views
Bash globbing - autoexpand for a few specific cases?
I understand that the wildcard * (by itself) will expand in such a way that it means "all non-hidden files in the current folder" with hidden files being those prefixed by a period …
2
votes
14answers
574 views
Correct C++ code file extension? .cc vs .cpp
I have seen C++ code live in both .cc and .cpp files.
Which of these (or another!) is the best practice/most modern/best to use? http://google-styleguide.googlecode.com/svn/trunk/ …
3
votes
4answers
130 views
C# - Append Number To File Being Saved
I have created a screenshot program and all is working great. The only problem is, I am not sure how I can make it so the screenshots are saved with appending numbers.
Example: …
2
votes
4answers
190 views
What Perl module(s) do I use to obtain an absolute path (including filename) from a relative one on Windows?
I can only imagine I'm not searching correctly; this seems like an obvious question to be asked here. My apologies if this is a duplicate.
I'm writing a Perl program that will tak …
0
votes
0answers
56 views
Can’t filter filenames in Talend Open Studio using regular expressions
Hi to all!
This question is about Talend Open Studio code.
I use tSendmail component as a child job, that needs to be run when parent job fails (tFtpPut). However, in tFtpPut, fi …
