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)
(нет описания...)