复制根目录 [英] Copying root directory

查看:124
本文介绍了复制根目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

G''day ppl


是否有一个流程可以复制

根目录中所有文件的文本标签?


我记得回过头来看看有关它的一些事情,但没有任何通知,因为我不认为我会使用它。


TIA

马克

G''day ppl

Is there a process whereby I can copy the text labels of all the files in a
root directory?

I recall going back a long way seeing something about it but did not take
any notice as I didn''t think I would ever use it.

TIA
Mark

推荐答案



" ; NoodNutt" <无****** @ iprimus.com.au>在留言中写道

news:43 ******** @ news.iprimus.com.au ...

"NoodNutt" <no******@iprimus.com.au> wrote in message
news:43********@news.iprimus.com.au...
G''day ppl

是否有一个过程可以复制
a根目录中所有文件的文本标签?

我记得回过头来看看有关它的一些事情,但没有采取
任何通知,因为我不认为我会用它。

TIA
Mark
G''day ppl

Is there a process whereby I can copy the text labels of all the files in a root directory?

I recall going back a long way seeing something about it but did not take
any notice as I didn''t think I would ever use it.

TIA
Mark




马克,我想你可能把这个发布到了错误的新闻组。这个组

用于支持桌面数据库应用程序Microsoft Access。


-

Randy Harris

tech at promail dot com

我很确定我知道我记得的一切。



Mark, I think you might have posted this to the wrong newsgroup. This group
is for support of Microsoft Access, the desktop database application.

--
Randy Harris
tech at promail dot com
I''m pretty sure I know everything that I can remember.


G''day Randy&谢谢你的答复。


完全了解NG,我的困境是我想将根

目录文件标签导入到表中,因此我之所以在

访问论坛上发帖。


干杯。

马克。


***通过开发人员指南 http://www.developersdex.com 发送** *
G''day Randy & thx for your reply.

Totally aware of the NG, my dilemma is that I want to import the root
directory file labels into a table, hence the reason I am posting in an
access forum.

Cheers.
Mark.

*** Sent via Developersdex http://www.developersdex.com ***


我认为你在寻找类似的东西

dim strName as string


strname = Dir(" c:\ *。*")

do while len(strname)> 0

debug.print strname

strname = dir

loop


-

Terry Kreft


" NoodNutt" <无****** @ iprimus.com.au>在留言中写道

news:43 ******** @ news.iprimus.com.au ...
I think your looking for something like

dim strName as string

strname = Dir("c:\*.*")

do while len(strname) > 0
debug.print strname
strname = dir
loop

--
Terry Kreft

"NoodNutt" <no******@iprimus.com.au> wrote in message
news:43********@news.iprimus.com.au...
G''day ppl

是否有一个过程,我可以复制根目录中所有文件的文本标签?

我记得回过头来看看有关它的一些事情,但没有因为我认为我不会使用它,所以请注意任何通知。

TIA
Mark
G''day ppl

Is there a process whereby I can copy the text labels of all the files in
a root directory?

I recall going back a long way seeing something about it but did not take
any notice as I didn''t think I would ever use it.

TIA
Mark



这篇关于复制根目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆