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