aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/pathutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/inc/pathutil.h')
-rw-r--r--src/dutil/inc/pathutil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dutil/inc/pathutil.h b/src/dutil/inc/pathutil.h
index f4f4e59c..719ee7d8 100644
--- a/src/dutil/inc/pathutil.h
+++ b/src/dutil/inc/pathutil.h
@@ -47,6 +47,14 @@ DAPI_(HRESULT) PathGetDirectory(
47 ); 47 );
48 48
49/******************************************************************* 49/*******************************************************************
50PathGetParentPath - extracts the parent directory from a full path.
51********************************************************************/
52DAPI_(HRESULT) PathGetParentPath(
53 __in_z LPCWSTR wzPath,
54 __out_z LPWSTR *psczDirectory
55 );
56
57/*******************************************************************
50 PathExpand - gets the full path to a file resolving environment 58 PathExpand - gets the full path to a file resolving environment
51 variables along the way. 59 variables along the way.
52********************************************************************/ 60********************************************************************/