SqueezeBrains SDK 1.13
cs_folder.h
1#pragma once
2namespace sb_cs
3{
15 public ref class SbFolder: SbCommon
16 {
17 public:
22 array<String^>^ files;
34 static SbFolder^ Load(String^ path, String ^ext, bool sort, int verbosity);
35 }; // group_cs_folder // group_cs
38}
Common class
Definition: cs_common.h:191
Folder Class that wraps the sb_t_folder structure
Definition: cs_folder.h:16
static SbFolder Load(String^ path, String ^ext, bool sort, int verbosity)
Creates the list of the name of the files in a specified folder.
array< String^> files
Array of files.
Definition: cs_folder.h:22
SB Namespace
Definition: cs_common.h:3