filenames = []
Dir.new(File.join('a', 'certain', 'dir')).each {|file_name| models << file_name unless file_name[0] == '.' }
FILENAMES = filenames
public interface IProcess {
...
Java Scan directory recurcively
by https://www.google.com/accounts/o8/id?id=AItOawn60BQ3j2wGqeAmwsTZFdMd0YURb5dAR2s,
December 14, 2010 10:08,
No refactoring, tagged with java, file, Directory, thread
I try to write classes to s...
public static void Capitalize()
{
TextInfo oTextInfo = CultureInfo.CurrentCulture.TextInfo;
...
C# Capitalize directory name w...
I wrote a method to capital...
Hi,
I'm trying to save in ...