Ruby/Справочник/Windows::Directory

Класс Windows::Directory

(нет описания...)


Константы

CreateDirectory, CreateDirectoryEx, CreateDirectoryExW, CreateDirectoryW, FindCloseChangeNotification, FindFirstChangeNotification, FindNextChangeNotification, GetCurrentDirectory, GetCurrentDirectoryW, ReadDirectoryChangesW, RemoveDirectory, RemoveDirectoryW, SetCurrentDirectory, SetCurrentDirectoryW

Методы объекта

CreateDirectoryExW, CreateDirectoryEx, CreateDirectoryW, CreateDirectory, FindCloseChangeNotification, FindFirstChangeNotification, FindNextChangeNotification, GetCurrentDirectoryW, GetCurrentDirectory, ReadDirectoryChangesW, RemoveDirectoryW, RemoveDirectory, SetCurrentDirectoryW, SetCurrentDirectory

Windows::Directory#CreateDirectory


 CreateDirectory(path, attributes = 0)

(нет описания...)

Windows::Directory#CreateDirectoryEx


 CreateDirectoryEx(template, new_dir, attributes)

(нет описания...)

Windows::Directory#CreateDirectoryExW


 CreateDirectoryExW(template, new_dir, attributes)

(нет описания...)

Windows::Directory#CreateDirectoryW


 CreateDirectoryW(path, attributes)

(нет описания...)

Windows::Directory#FindCloseChangeNotification


 FindCloseChangeNotification(handle)

(нет описания...)

Windows::Directory#FindFirstChangeNotification


 FindFirstChangeNotification(path, subtree, filter)

(нет описания...)

Windows::Directory#FindNextChangeNotification


 FindNextChangeNotification(handle)

(нет описания...)

Windows::Directory#GetCurrentDirectory


 GetCurrentDirectory(buf_len, buf)

(нет описания...)

Windows::Directory#GetCurrentDirectoryW


 GetCurrentDirectoryW(buf_len, buf)

(нет описания...)

Windows::Directory#ReadDirectoryChangesW


 ReadDirectoryChangesW(handle, buf, buf_len, subtree, filter, bytes, overlapped, routine)

(нет описания...)

Windows::Directory#RemoveDirectory


 RemoveDirectory(path)

(нет описания...)

Windows::Directory#RemoveDirectoryW


 RemoveDirectoryW(path)

(нет описания...)

Windows::Directory#SetCurrentDirectory


 SetCurrentDirectory(path)

(нет описания...)

Windows::Directory#SetCurrentDirectoryW


 SetCurrentDirectoryW(path)

(нет описания...)