NAME

Win32CreateDirectoryAW  (SHELL32.93)

SYNOPSIS

 static DWORD  Win32CreateDirectoryAW
 (
  LPCSTR                path,
  LPSECURITY_ATTRIBUTES sec
 )

DESCRIPTION

Creates a directory. Also triggers a change notify if one exists.

PARAMS

path [In] path to directory to create.

RETURNS

TRUE if successful, FALSE otherwise.

NOTES

Verified on Win98 / IE 5 (SHELL32 4.72, March 1999 build) to be ANSI. This is Unicode on NT/2000

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shell32/shlfileop.c". https://source.winehq.org/source/dlls/shell32/shlfileop.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2024.