WEB开发网
开发学院手机开发Android 开发 Android 中的微型云 阅读

Android 中的微型云

 2010-04-09 05:40:00 来源:WEB开发网   
核心提示:"); } char* fileList(void) { struct dirent **namelist; int n; long i; long j; theList[0]=0; n=scandir("
");
}

char* fileList(void)
{
struct dirent **namelist;
int n;
long i;
long j;

theList[0]=0;

n=scandir(".", &namelist, 0, (void*) alphasort);

if (n < 0)
perror("scandir");
else
{
for(i=0; i<n; i++)
{
if(namelist[i]->d_type == DT_DIR)
{
if(!strcmp(namelist[i]->d_name, "."))
{
// strcat(theList, namelist[i]->d_name);
}
else if(!strcmp(namelist[i]->d_name, ".."))
{
if(strcmp(theDir, "/"))
{
strcat(theList, "<a href=\"");
strcat(theList, "/CD_");
strcat(theList, (char*) theDir);

j=strlen(theList);

while(j--)
{
if(theList[j] == '/')
{
theList[j]=0;
j=1;
}
}

if(!strcmp(&theList[strlen(theList)-4], "/CD_"))
{
strcat(theList, "/");
}

strcat(theList, "\">Parent Directory</a>");
strcat(theList, "

上一页  7 8 9 10 11 12 13 14 15 16 17  下一页

Tags:Android 微型

编辑录入:coldstar [复制链接] [打 印]
赞助商链接