标题:怎样获取当前目录?
只看楼主
fxjjsara
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-2
 问题点数:0 回复次数:2 
怎样获取当前目录?
我用windows的API函数GetCurrentDirectory()获取当前的文件目录,
但是返回一行乱码。
请文是什么问题?如何解决?请多赐教!

[此贴子已经被作者于2006-3-2 9:26:25编辑过]

搜索更多相关主题的帖子: 目录 获取 
2006-03-02 09:25
fxjjsara
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-2
得分:0 
多谢关注!
在师兄的帮助下,我找到答案了:
在声明函数时,调用ansi进行校正,
function ulong GetCurrentDirectory(参数略)"kernel32.dll" alias for "GetCurrentDirectoryA;anis"
千万不要把函数大小写搞错咯!
2006-03-02 15:49
潇洒老乌龟
Rank: 5Rank: 5
等 级:贵宾
威 望:18
帖 子:407
专家分:0
注 册:2005-12-13
得分:0 

如果是PB8或PB9直接用GetCurrentDirectory()
Description

Gets the current directory for your target application.

Syntax

GetCurrentDirectory ( )

Return value

String. Returns the full path name for the current directory.

This example puts the current directory name in a SingleLineEdit control:

sle_1.text = GetCurrentDirectory( )


乌龟学堂http://www. 承接各种软件开发、系统集成、网络搭建。 QQ:124030710
2006-03-13 22:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-47933-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.257377 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved