Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FILE_ATTRIBUTE_DIRECTORY" in [All]

kernel32

.

  public const int FILE_ATTRIBUTE_DIRECTORY        = 0x00000010;

shlwapi

.

/// <returns>Returns (BOOL)FILE_ATTRIBUTE_DIRECTORY if the path is a valid directory; otherwise, FALSE.</returns>

.

''' <returns>Returns (BOOL)FILE_ATTRIBUTE_DIRECTORY if the path is a valid directory; otherwise, FALSE.</returns>

Constants

.

public const int FILE_ATTRIBUTE_DIRECTORY = 0x10;

.

Public Const FILE_ATTRIBUTE_DIRECTORY As Integer = &H10

.

       return (attributes != INVALID_FILE_ATTRIBUTES && ((attributes & FILE_ATTRIBUTE_DIRECTORY) != 0));

.

private const uint FILE_ATTRIBUTE_DIRECTORY       = 0x00000010;

rapi

.

short FILE_ATTRIBUTE_DIRECTORY = 0x10;


 
Access PInvoke.net directly from VS: