Sync 2.0 supports boths new 2.0 folders and classic 1.4 folders, so when you upgrade your Sync it will leave existing folders as is.If we compare 2.0 ...
分类:
其他好文 时间:
2015-05-22 00:17:49
阅读次数:
558
在KEIL新建工程时,容易出现该问题,我查了一些资料,最终找到该问题解决方法:
第一步:在keil里的菜单栏依次选择Project->Manage->Components,Environment
andBooks(CEB)
第二步:然后在Environment andBooks(CEB)里选择Folders/Extensions标签页,
第三步:在RealVie...
分类:
其他好文 时间:
2015-05-17 12:19:26
阅读次数:
430
博客转自:http://www.01happy.com/linux-access-windows-shares-folders/有时需要在linux下需要访问windows的共享文件夹,可以使用mount挂载或者使用samba连接。1、mount挂载首先创建被挂载的目录:$ mkdir window...
# Sets the target folders and the final framework product.# 如果工程名称和Framework的Target名称不一样的话,要自定义FMKNAME# 例如: FMK_NAME = "MyFramework"FMK_NAME=${PROJECT...
分类:
移动开发 时间:
2015-04-26 13:35:44
阅读次数:
405
第一种:有时删除文件会出现文件删不掉现象 if lvMain.InnerListView.ItemIndex <> -1 then
begin
// DoContextMenuVerb(lvMain.SelectedFolder, 'delete');
DoContextMenuVerbB(lvMain.Folders[lvMain.InnerListView.ItemIndex],
'd...
转自:http://wiki.unity3d.com/index.php/Special_Folder_Names_in_your_Assets_FolderUnity中一些特定名字的文件夹有特殊的属性.Hidden Folders Unity会忽略以.起始命名的文件夹(例如 ".UnitTest....
分类:
编程语言 时间:
2015-04-08 06:29:01
阅读次数:
244
这是完成自定义打开文件和文件夹功能procedure TFormSystemTree.N24Click(Sender: TObject);
var
SEI: TShellExecuteInfo;//对文件夹或文件操作参数结构体
begin
if lvMain.InnerListView.Selected <> nil then
begin
if lvMain.Folders[lvMain...
分类:
系统相关 时间:
2015-04-02 09:11:08
阅读次数:
169
使用FileSystemObject对象来编程操作驱动器(Drives)和文件夹(Folders)很容易,这就像在Windows文件浏览器中对文件进行交互操作一样
比如:拷贝、移动文件夹,获取文件夹的属性。
1、Drives对象属性
Drive对象负责收集系统中的物理或逻辑驱动器资源内容,它具有如下属性:
TotalSize:以字节(byte)为单位计算的驱动器大小。
Available...
分类:
其他好文 时间:
2015-03-30 11:19:13
阅读次数:
139
vector getAllFileNamesInDirectory(){ //ref to: http://stackoverflow.com/questions/5749488/iterating-through-files-in-a-folder-with-nested-folders-coc....
分类:
其他好文 时间:
2015-03-19 18:16:23
阅读次数:
212
Pclzip 使用入门
PclZip::PclZip() :
Class creator #实例化类
PclZip::create() :
Create the PKZIP file and add files or folders #创建压缩文件
PclZip::listContent() :
List content of an archive ...
分类:
其他好文 时间:
2015-03-11 19:49:56
阅读次数:
174