Hello There,
I have a requirement to create a VBA function to return the modifed date time of a specific file in the specific folder of a .zip file.
The parameters provided as follows:
1. Folder Path (Path --> C:\)
2. Name of the .zip file (complete folder path including zip file name --> FolderFile.zip)
3. Name of the sub directory in the .zip (where the file's date time is to be known --> Folder3)
4. Name of the file (from step 3 --> folder3 Myfile3.csv)
Attached the sample zip file for your reference.
My previous post related to the zip file, solution provided by @Marc L :
https://chandoo.org/forum/threads/e...ists-in-the-extracted-file.45806/#post-272907
Thank you and looking forward to hearing from you.
Regards,
Don
I have a requirement to create a VBA function to return the modifed date time of a specific file in the specific folder of a .zip file.
The parameters provided as follows:
1. Folder Path (Path --> C:\)
2. Name of the .zip file (complete folder path including zip file name --> FolderFile.zip)
3. Name of the sub directory in the .zip (where the file's date time is to be known --> Folder3)
4. Name of the file (from step 3 --> folder3 Myfile3.csv)
Attached the sample zip file for your reference.
My previous post related to the zip file, solution provided by @Marc L :
https://chandoo.org/forum/threads/e...ists-in-the-extracted-file.45806/#post-272907
Thank you and looking forward to hearing from you.
Regards,
Don