Files

6 lines
105 B
Plaintext

import java.io.File;
public class Test {
private static final String c = "" + File.separatorChar;
}