「 FileSystemObject 」 一覧
-
FileSystemObject:ファイル・フォルダの最終アクセス日時を取得(DateLastAccessed プロパティ)
2016/05/11 FileSystemObject CreateObject 関数, DateLastAccessed プロパティ, Excel・ファイルの操作, File オブジェクト, FileSystemObject オブジェクト, Folder オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイル・フォルダの最終アクセス日時を取得(DateLastAccessed プ …
-
FileSystemObject:ファイル・フォルダの作成日時を取得(DateCreated プロパティ)
2016/05/11 FileSystemObject CreateObject 関数, DateCreated プロパティ, Excel・ファイルの操作, File オブジェクト, FileSystemObject オブジェクト, Folder オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイル・フォルダの作成日時を取得(DateCreated プロパティ) Fil …
-
FileSystemObject:ファイル・フォルダの属性を取得または設定(Attributes プロパティ)
2016/05/10 FileSystemObject Attributes プロパティ, CreateObject 関数, Excel・ファイルの操作, File オブジェクト, FileSystemObject オブジェクト, Folder オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイル・フォルダの属性を取得または設定(Attributes プロパティ) フ …
-
FileSystemObject:フォルダ内のすべてのファイルを取得(Files プロパティ)
2016/05/10 FileSystemObject Excel・ファイルの操作, File オブジェクト, Files プロパティ, FileSystemObject オブジェクト, VBA基本, エクセルVBA
フォルダ内のすべてのファイルを取得(Files プロパティ) フォルダ内のすべて …
-
FileSystemObject:Folder オブジェクトの取得
2016/05/09 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, Folder オブジェクト, GetFolder メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
Folder オブジェクトの取得 Folder オブジェクト を取得するには、F …
-
FileSystemObject:File オブジェクトを取得(GetFile)
2016/05/09 FileSystemObject Excel・ファイルの操作, FileSystemObject オブジェクト, GetFile メソッド, VBA基本, エクセルVBA
File オブジェクトを取得(GetFile メソッド) FileSystemO …
-
FileSystemObject:Drive オブジェクトの主なプロパティ
2016/05/08 FileSystemObject AvailableSpace プロパティ, CreateObject 関数, Drive オブジェクト, DriveLetter プロパティ, Excel・ファイルの操作, FileSystem プロパティ, FileSystemObject オブジェクト, FreeSpace プロパティ, IsReady プロパティ, Microsoft Scripting Runtime, Path プロパティ, RootFolder プロパティ, SerialNumber プロパティ, ShareName プロパティ, TotalSize プロパティ, VBA基本, VolumeName プロパティ, エクセルVBA
Drive オブジェクトの取得 Drive オブジェクト を取得するには、FSO …
-
FileSystemObject:ドライブを取得する(Drives プロパティ)
2016/05/08 FileSystemObject CreateObject 関数, Drives コレクション, Drives プロパティ, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ドライブ(Drives コレクション)を取得する(Drives プロパティ) F …
-
FileSystemObject:ドライブを取得する(GetDrive メソッド)
2016/05/06 FileSystemObject CreateObject 関数, Drive プロパティ, Excel・ファイルの操作, FileSystemObject オブジェクト, GetDrive メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ドライブを取得する(GetDrive メソッド) FileSystemObjec …
-
FileSystemObject:フォルダを移動する(MoveFolder)
2016/05/02 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, MoveFolder メソッド, VBA基本, エクセルVBA
フォルダを移動する(MoveFolder メソッド) FileSystemObj …
-
FileSystemObject:ファイルを移動する(MoveFile)
2016/04/26 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, MoveFile メソッド, VBA基本, エクセルVBA
ファイルを移動する(MoveFile メソッド) FileSystemObjec …
-
FileSystemObject:一時ファイルの名前を自動的に作成(GetTempName)
2016/04/18 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, GetTempName メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
一時ファイルの名前を自動的に作成(GetTempName メソッド) FileS …
-
FileSystemObject:指定したファイル名から拡張子を取得する(GetExtensionName)
2016/04/17 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, GetExtensionName メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイル名から拡張子を取得(GetExtensionName メソッド) Fil …
-
FileSystemObject:指定したファイル名から拡張子を除いた文字列を取得する(GetBaseName)
2016/04/14 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, GetBaseName メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイル名から拡張子を除いた文字列を取得(GetBaseName メソッド) F …
-
FileSystemObject:フルパスからファイル名、パスを取得する(GetFileName、GetParentFolderName)
2016/04/13 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, GetFileName メソッド, GetParentFolderName メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
フルパスからファイル名やパスを取得する FileSystemObject(FSO …
-
FileSystemObject:ドライブの存在確認(DriveExists メソッド)
2016/04/12 FileSystemObject CreateObject 関数, DriveExists メソッド, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ドライブの存在確認(DriveExists メソッド) FileSystemOb …
-
FileSystemObject:ファイル・フォルダを削除する(DeleteFile メソッド,DeleteFolder メソッド)
2016/04/11 FileSystemObject CreateObject 関数, DeleteFile メソッド, DeleteFolder メソッド, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
ファイルを削除する(DeleteFile メソッド) FileSystemObj …
-
FileSystemObject:テキストファイルを作成(CreateTextFile メソッド)
2016/04/07 FileSystemObject CreateObject 関数, CreateTextFile メソッド, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
テキストファイルを作成(CreateTextFile メソッド) FileSys …
-
FileSystemObject:フォルダの作成(CreateFolder メソッド)
2016/04/05 FileSystemObject CreateFolder メソッド, CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, Microsoft Scripting Runtime, VBA基本, エクセルVBA
フォルダの作成(CreateFolder メソッド) FileSystemObj …
-
FileSystemObject:フォルダの存在確認(FolderExists メソッド)
2016/04/04 FileSystemObject CreateObject 関数, Excel・ファイルの操作, FileSystemObject オブジェクト, FolderExists メソッド, Microsoft Scripting Runtime, VBA基本, エクセルVBA
フォルダの存在確認(FolderExists メソッド) FileSystemO …