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