代码搜索:FileTest
找到约 225 项符合「FileTest」的源代码
代码结果 225
www.eeworm.com/read/16782/689183
class filetest.class
www.eeworm.com/read/16782/689185
java filetest.java
import java.io.*;
/**
* @author yeeku.H.lee kongyeeku@163.com
* @version 1.0
* Copyright (C), 2005-2008, yeeku.H.Lee
* This program is protected by copyright laws.
* Program
www.eeworm.com/read/35675/1059785
filetest1
#!/bin/tcsh -f
# Scriptname: filetest1
if ( -e file ) then
echo file exists
endif
if ( -d file ) then
echo file is a directory
endif
if ( ! -z file ) then
echo file is not of zero length
en
www.eeworm.com/read/35675/1059786
filetest2
#!/bin/tcsh -f
# Scriptname: filetest2
foreach file (`ls`)
if ( -rwf $file ) then
echo "${file}: readable/writeable/plain file"
endif
end
www.eeworm.com/read/490333/1200320
sln filetest.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTest", "FileTest.csproj", "{A16A1572-0CBA-438A-85E1-AF89FA792BB0}"
EndProject
Glo
www.eeworm.com/read/490333/1200325
cs filetest.cs
// Fig 17.5: FileTest.cs
// Using classes File and Directory.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using Syst
www.eeworm.com/read/239312/4602546
filetest1
#!/bin/tcsh -f
# Scriptname: filetest1
if ( -e file ) then
echo file exists
endif
if ( -d file ) then
echo file is a directory
endif
if ( ! -z file ) then
echo file is not of zero length
en
www.eeworm.com/read/239312/4602547
filetest2
#!/bin/tcsh -f
# Scriptname: filetest2
foreach file (`ls`)
if ( -rwf $file ) then
echo "${file}: readable/writeable/plain file"
endif
end