現在ディレクトリにあるファイルと同一視また入力して比べたいのに`わからないです。


park  2004-04-05 17:03:09  No: 112655  IP: [192.*.*.*]

???? 現在ディレクトリにあるファイルと
      同一視また入力して比べたいのに`わからないです。

  if ??????  then 
    If MsgBox(App.Path & Select_File & "は既に保存します。書きしましすか?", vbYesNoCancel) = vbYes Then
    Else
     CommonDialog1.ShowSave
     Select_File = CommonDialog1.FileName
    End If
 endif

編集 削除
特攻隊長まるるう  2004-04-05 17:37:44  No: 112656  IP: [192.*.*.*]

Dir 関数か FileSystemObject
APIなら FindFirstFile
いずれも過去ログ検索で山のように出てきます。
まずは検索を…

編集 削除