home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
File.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
333b
|
18 lines
import java.io.*;
public class \Name\ extends java.io.File
{
public \Name\ (String APath)
{
super (APath);
}
public \Name\ (String APath, String AName)
{
super (APath, AName);
}
public \Name\ (File ADir, String AName)
{
super (ADir, AName);
}
}