LMMS
Loading...
Searching...
No Matches
juce_win32_Files.cpp File Reference

Classes

class  juce::DirectoryIterator::NativeIterator::Pimpl
class  juce::NamedPipe::Pimpl
struct  juce::NamedPipe::Pimpl::OverlappedEvent

Namespaces

namespace  juce
namespace  juce::WindowsFileHelpers

Macros

#define INVALID_FILE_ATTRIBUTES   ((DWORD) -1)

Functions

static DWORD juce::WindowsFileHelpers::getAtts (const String &path) noexcept
static bool juce::WindowsFileHelpers::changeAtts (const String &path, DWORD bitsToSet, DWORD bitsToClear) noexcept
static int64 juce::WindowsFileHelpers::fileTimeToTime (const FILETIME *const ft) noexcept
static FILETIMEjuce::WindowsFileHelpers::timeToFileTime (const int64 time, FILETIME *const ft) noexcept
static String juce::WindowsFileHelpers::getDriveFromPath (String path)
static int64 juce::WindowsFileHelpers::getDiskSpaceInfo (const String &path, const bool total)
static unsigned int juce::WindowsFileHelpers::getWindowsDriveType (const String &path)
static File juce::WindowsFileHelpers::getSpecialFolderPath (int type)
static File juce::WindowsFileHelpers::getModuleFileName (HINSTANCE moduleHandle)
static Result juce::WindowsFileHelpers::getResultForLastError ()
static bool juce::WindowsFileHelpers::hasFileAccess (const File &file, DWORD accessType)
voidjuce::getUser32Function (const char *)
int64 juce::juce_fileSetPosition (void *handle, int64 pos)
static String juce::readWindowsLnkFile (File lnkFile, bool wantsAbsolutePath)
static String juce::readWindowsShortcutOrLink (const File &shortcut, bool wantsAbsolutePath)

Macro Definition Documentation

◆ INVALID_FILE_ATTRIBUTES

#define INVALID_FILE_ATTRIBUTES   ((DWORD) -1)